clstm
clstm copied to clipboard
Missing last char of the line.
If I train "lstm1" instead of "bidi", it is almost always missing the last character in the output sentence. Is it expected behaviour?
May I ask why do you train with 'lstm1'?
I need a network which can predict faster. Bidirectional net is very slow.
You can make clstm run >x2 faster! https://github.com/tmbdev/clstm/issues/70#issuecomment-310135513
Thanks Amit!