clstm icon indicating copy to clipboard operation
clstm copied to clipboard

Missing last char of the line.

Open ShubhamAgarwal12 opened this issue 7 years ago • 4 comments

If I train "lstm1" instead of "bidi", it is almost always missing the last character in the output sentence. Is it expected behaviour?

ShubhamAgarwal12 avatar Jun 21 '17 01:06 ShubhamAgarwal12

May I ask why do you train with 'lstm1'?

amitdo avatar Jun 21 '17 05:06 amitdo

I need a network which can predict faster. Bidirectional net is very slow.

ShubhamAgarwal12 avatar Jun 21 '17 05:06 ShubhamAgarwal12

You can make clstm run >x2 faster! https://github.com/tmbdev/clstm/issues/70#issuecomment-310135513

amitdo avatar Jun 21 '17 16:06 amitdo

Thanks Amit!

ShubhamAgarwal12 avatar Jun 21 '17 20:06 ShubhamAgarwal12