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

Input and question vector dimension #2

Closed joecheriross closed 7 years ago

joecheriross commented 8 years ago

System expects the maximum length of input/questions in train and test data to be the same. Otherwise it raises a dimension error. I figured out this while I was trying with my own data.

Good to consider both training and test set while deciding the max question/input length.

ghigi123 commented 7 years ago

Have the same issue