Merge pull request #36 from jtoy/master

Update README.md
This commit is contained in:
yunjey
2017-05-25 01:01:35 +09:00
committed by GitHub

View File

@ -16,7 +16,7 @@ $ cd pytorch-tutorial/tutorials/09\ -\ Image\ Captioning
#### 2. Download the dataset
```bash
$ pip install -r requirements
$ pip install -r requirements.txt
$ chmod +x download.sh
$ ./download.sh
```