Skip to content

Commit 0d1f56d

Browse files
authored
Update README.md
1 parent ab5ac31 commit 0d1f56d

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

tutorials/03-advanced/image_captioning/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ $ python sample.py --image='png/example.png'
5656
<br>
5757

5858
## 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 pretrained model [here](https://www.dropbox.com/s/ne0ixz5d58ccbbz/pretrained_model.zip?dl=0) and vocabulary file [here](https://www.dropbox.com/s/26adb7y9m98uisa/vocap.zip?dl=0). Note that you should extract pretrained_model.zip to `./models/` and vocab.pkl to `./data/`.
59+
If you do not want to train the model from scratch, you can use a pretrained model. You can download the pretrained model [here](https://www.dropbox.com/s/ne0ixz5d58ccbbz/pretrained_model.zip?dl=0) and the vocabulary file [here](https://www.dropbox.com/s/26adb7y9m98uisa/vocap.zip?dl=0). You should extract pretrained_model.zip to `./models/` and vocab.pkl to `./data/` using `unzip` command.

0 commit comments

Comments
 (0)