You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have a simple question. How to get the glove_embed.npy and vocab.pkl if there is a new dataset. To get the glove_embed.npy, can we need to train new word vectors on the vocabulary build by us? And if possible, can you release the pre-processing nlp code? Thanks very much.
The text was updated successfully, but these errors were encountered:
wow, maybe i am a blind man.... And, If the dim=-2 rather than -1 in Line 45 in networks/VQAModel/HGA.py, the performance will get a small improvement. This seems an implement mistake in HGA. There is only a value in the last dimension. If the softmax_dim=-1, the value will be all 1.
Hi, I have a simple question. How to get the glove_embed.npy and vocab.pkl if there is a new dataset. To get the glove_embed.npy, can we need to train new word vectors on the vocabulary build by us? And if possible, can you release the pre-processing nlp code? Thanks very much.
The text was updated successfully, but these errors were encountered: