From b8bb2deb0e6b03db5620b51fe05f7dfe79ece39b Mon Sep 17 00:00:00 2001 From: yunjey Date: Fri, 14 Apr 2017 21:33:21 +0900 Subject: [PATCH] Update README.md --- tutorials/09 - Image Captioning/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/09 - Image Captioning/README.md b/tutorials/09 - Image Captioning/README.md index 4d2b00d..8f3f9b3 100644 --- a/tutorials/09 - Image Captioning/README.md +++ b/tutorials/09 - Image Captioning/README.md @@ -43,4 +43,4 @@ $ python sample.py --image='path_for_image' ## Pretrained model -If you do not want to train the model yourself, 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/btubjo73dc953zo/trained_model.egg?dl=0) and extract it to `./models/` directory. +If you do not want to train the model yourself, 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/b7gyo15as6m6s7x/train_model.zip?dl=0) and extract it to `./models/` directory.