DeepRNN / image_captioning

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

FileNotFoundError: [Errno 2] No such file or directory: "'./models/289999.npy'" #72

Closed abhisingh192 closed 4 years ago

abhisingh192 commented 4 years ago

I'm using the pretrained model provided by the author to generate some captions for my jpg images. All the following lines get printed in the console.

but after this I get an error FileNotFoundError: [Errno 2] No such file or directory: "'./models/289999.npy'", I already have the model in the models directory. Can anyone help me with this model