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

Incompatible VQA_MODEL.json file with latest keras version #42

Open Himanshu303 opened 3 years ago

Himanshu303 commented 3 years ago

Using VQA_model_file_name in get_VQA_model function, we get the error

ValueError: Unknown layer: Merge

image

Can someone fix it?

svical commented 1 year ago

replace “Merge” with “merge”