visual-qa icon indicating copy to clipboard operation
visual-qa copied to clipboard

[Reimplementation Antol et al 2015] Keras-based LSTM/CNN models for Visual Question Answering

Results 25 visual-qa issues
Sort by recently updated
recently updated
newest added

when running trainMLP.py, the training crashes in Keras' Progbar. The problem appears to be the following line 108: `progbar.add(args.batch_size, values=[("train loss", loss)])` loss should probably be a float value of...

When i tried to execute trainMLP.py is got the following error `raise MatReadError("Mat file appears to be empty") scipy.io.matlab.miobase.MatReadError: Mat file appears to be empty` and when i checked the...

envy@ub1404envy:~/os_prj/github/_QA/visual-qa/scripts$ python evaluateMLP.py -model ../models/mlp_num_hidden_units_1024_num_hidden_layers_3.json -weights ../models/mlp_num_hidden_units_1024_num_hidden_layers_3_epoch_00_loss_5.10.hdf5 -results ../results/mlp_1024_3_ep0.txt Using Theano backend. Traceback (most recent call last): File "evaluateMLP.py", line 102, in main() File "evaluateMLP.py", line 22, in main model.load_weights(args.weights)...

Error log: ``` python trainMLP.py Using Theano backend. loaded vgg features loaded word2vec features... Compiling model... Compilation done... Training started... 128/215375 [..............................]Traceback (most recent call last): File "trainMLP.py", line 116,...