VQA-Keras-Visual-Question-Answering
VQA-Keras-Visual-Question-Answering copied to clipboard
Embedding files in constant.py
In constant.py the embedding_matrix_filename variable calls for an embedding file which is not available in the data folder. From where shall I download this embedding file ?
embedding_matrix_filename = 'data/ckpts/embeddings_%s.h5'%embedding_dim
I know it's probably too late but you can create the embedding file by running the prepare_embeddings in prepare_data.py.