Skip to content

Commit 286f7b7

Browse files
authored
tutorial updated
1 parent f288389 commit 286f7b7

File tree

1 file changed

+6
-1
lines changed
  • tutorials/03-advanced/image_captioning

1 file changed

+6
-1
lines changed

tutorials/03-advanced/image_captioning/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,9 @@ $ python train.py
5151

5252
```bash
5353
$ python sample.py --image='png/example.png'
54-
```
54+
```
55+
56+
<br>
57+
58+
## Pretrained model
59+
If you do not want to train the model from scratch, you can use a pretrained model. I have provided the pretrained model as a zip file. You can download the file [here](https://www.dropbox.com/s/bmo30z81a4v7m0r/pretrained_model.zip?dl=0) and extract it to `./models/` directory using `unzip pretrained_model.zip`.

0 commit comments

Comments
 (0)