macournoyer / neuralconvo

Neural conversational model in Torch
776 stars 347 forks source link

fix for issue #80 & #83 #82

Open ghost opened 6 years ago

ghost commented 6 years ago

In file seq2seq.lua, 1) Modify module name in forwardConnect function. 2) Correct input form for prediction in eval function.