cesc-park / attend2u

🖼️ Attend to You: Personalized Image Captioning with Context Sequence Memory Networks. In CVPR, 2017. Expanded : Towards Personalized Image Captioning via Multimodal Memory Networks. In IEEE TPAMI, 2018.
MIT License
209 stars 57 forks source link

Error in cnn_feature_extractor.py #7

Closed Kirthana30 closed 6 years ago

Kirthana30 commented 6 years ago

i keep getting errors saying that unexpected keyword arguments for is_training in line 111 screenshot from 2017-11-20 22-22-13 Can anyone help me to resolve it?

Kirthana30 commented 6 years ago

I'm using tensorflow 0.12 version. Is there any other option?

Kirthana30 commented 6 years ago

i tried to create virtual environment and installed tensorflow version 1.3, it still gives me the same error.

cesc-park commented 6 years ago

I'm very sorry about it, please try it with v1.1.0rc2. (or v1.1 maybe)