Missing last char of the line.
ShubhamAgarwal12 opened this issue · comments
Shubham Agarwal commented
If I train "lstm1" instead of "bidi", it is almost always missing the last character in the output sentence. Is it expected behaviour?
Amit D. commented
May I ask why do you train with 'lstm1'?
Shubham Agarwal commented
I need a network which can predict faster. Bidirectional net is very slow.
Amit D. commented
You can make clstm run >x2 faster!
#70 (comment)
Shubham Agarwal commented
Thanks Amit!