VQA-Keras-Visual-Question-Answering icon indicating copy to clipboard operation
VQA-Keras-Visual-Question-Answering copied to clipboard

Visual Question Answering task written in Keras that answers questions about images

Results 6 VQA-Keras-Visual-Question-Answering issues
Sort by recently updated
recently updated
newest added

Hi, I implemented the model proposed in the VQA paper the same as what you’ve done and also I used processed features provided by VT Vision Lab. Unfortunately, we ran...

let's say there are 2 encoders for image & word namely e_1 & e_2 respectively. we know that both e_1 and e_2 has shape of (None, 1024). and performing Hadamard/...

Most of the time using scikitlearn train_test_split we can divide the dataset... But if it's multimodal say more than 1 npy Array is given to input how do we do...

I train the model ,and How to evaluate it

The model is re-written with functional api `keras==2.1.0` Some code is updated to work with python3 Because of using `keras==2.1.0` old weights can not be loaded to new model.

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