iamaaditya / VQA_Demo

Visual Question Answering Demo on pretrained model
http://iamaaditya.github.io/2016/04/visual_question_answering_demo_notebook
MIT License
241 stars 133 forks source link

you are trying to load a weight file containing 7 layers into a model with 0 layers #30

Open Utsavjain4561 opened 4 years ago

Utsavjain4561 commented 4 years ago

I am getting "you are trying to load a weight file containing 7 layers into a model with 0 layers when using Reshape" I think i am using keras 2.0+ version so it requires some input_shape in first layer . @iamaaditya can you please update the weight file for Keras 2.0+ version. If not then please help me to figure this out

I am very much interested in this project