Skip to content

Commit 15e6a89

Browse files
authored
Update README.md
1 parent ddbf158 commit 15e6a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/09 - Image Captioning/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $ python train.py
2929
```
3030

3131
#### 5. Generate captions
32-
If you want to generate captions from MSCOCO validation dataset, see [evaluate_model.ipynb](https://github.com/yunjey/pytorch-tutorial/blob/master/tutorials/09%20-%20Image%20Captioning/evaluate_model.ipynb). Otherwise, if you want to generate captions from custom image file, run command as below.
32+
3333

3434
```bash
3535
$ python sample.py --image=sample_image.jpg

0 commit comments

Comments
 (0)