DeepRNN / image_captioning

Tensorflow implementation of "Show, Attend and Tell: Neural Image Caption Generation with Visual Attention"
MIT License
785 stars 354 forks source link

FileNotFoundError: [Errno 2] No such file or directory: "'./models/vgg16_no_fc.npy'\\" #64

Open Sun-WeiZhen opened 5 years ago

Sun-WeiZhen commented 5 years ago

I have downloaded the vgg16_no_fc.npy and put it into image_captioning-master file and models file,But the error is still reported,i am confused,could you please tell me how to solve this problem? thank you!

maxy0524 commented 5 years ago

You need to download the vgg16_nofc.npy. https://github.com/79837383/image_captioning I modified the code, support python3.6, python3.7,TensorFlow1.8 TensorFlow1.12 TensorFlow1.13 TensorFlow1.14, numpy 1.12 or newer, and Baidu disk download link if you like.