visual-qa
visual-qa copied to clipboard
[Reimplementation Antol et al 2015] Keras-based LSTM/CNN models for Visual Question Answering
rzai@rzai00:~/prj/visual-qa/scripts$ CUDA_VISIBLE_DEVICES=1 python trainLSTM_1.py Using Theano backend. Using gpu device 0: GeForce GTX 1080 (CNMeM is disabled, cuDNN 5105) Traceback (most recent call last): File "trainLSTM_1.py", line 122, in main()...
rzai@rzai00:~/prj/visual-qa/scripts$ python evaluateMLP.py -model ../models/lstm_1_num_hidden_units_lstm_512_num_hidden_units_mlp_1024_num_hidden_layers_mlp_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. Using gpu device 0: GeForce GTX 1080 (CNMeM is disabled) Traceback (most recent call last): File "evaluateMLP.py", line...
`root@vps:~# python mnist_mlp.py Using Theano backend. Traceback (most recent call last): File "mnist_mlp.py", line 24, in (X_train, y_train), (X_test, y_test) = mnist.load_data() File "/usr/local/lib/python2.7/dist-packages/Keras-1.0.5-py2.7.egg/keras/datasets/mnist.py", line 17, in load_data data =...
The environment has been tested by running `get_started.sh`, however, when run `python trainLSTM_1.py` something goes wrong, saying : Training started... Traceback (most recent call last): File "trainLSTM_1.py", line 126, in...
Is the loss being output on trainLSTM_1.py , the real train loss or just the loss of some random epoch ? Cause My training loss seems to increase after 2...
Running the evaluate.py script as given in get_started.sh is leading to a Key Error. Any reasons/explanations as to what might be going wrong? `$> 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...
this uses keras, but doesn't seem to support tensorflow. can we get tensorflow support?
Major: As mentioned by honnibal in #17, I have added the parser argument to chance the word vectors to Glove. I have tested the working of all the three training...
I performed installation as it said in tutorial, succesfully run trainMLP.py But when i try to run demo_batch.py I get error `File "demo_batch.py", line 71, in main() File "demo_batch.py", line...