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

I revised this code and work for test at base_model.py #45

Open Shadowkm opened 6 years ago

Shadowkm commented 6 years ago

Dear all

there is something error at this line, so I make some revise

145 plt.savefig(os.path.join("test/results/",image_name.split("/")[-1]+'_result.jpg'))