ethancaballero / Improved-Dynamic-Memory-Networks-DMN-plus

Theano Implementation of DMN+ (Improved Dynamic Memory Networks) from the paper by Xiong, Merity, & Socher at MetaMind, http://arxiv.org/abs/1603.01417 (Dynamic Memory Networks for Visual and Textual Question Answering)
168 stars 63 forks source link

Glove word vectors #3

Open joecheriross opened 8 years ago

joecheriross commented 8 years ago

Hi,

Do you have a version which is enabled with pre-trained word vectors instead of word hashing. I tried to enable this by uncommenting the lines for loading glove and choosing 'word2vec' instead of 'index'. But since the network design has to be changed, I couldn't further change it.

Can you please help me on this ?

Thanks, Joe