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)
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.
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