NeuralNetwork-ImageQA icon indicating copy to clipboard operation
NeuralNetwork-ImageQA copied to clipboard

This is a python and keras implementation of the VIS+LSTM visual question answering model.

Results 1 NeuralNetwork-ImageQA issues
Sort by recently updated
recently updated
newest added

Running this for generating embedding matrices and word vectors - `python embedding.py -address /Users/WARL0CK/Downloads/glove.840B.300d.txt` Firstly, `argparse` wasn't imported in `embeddings.py`, after doing that, it got stuck at `Preparing embeddings..`