NeuralNetwork-ImageQA
NeuralNetwork-ImageQA copied to clipboard
Stuck at Preparing embeddings
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..