tmbdev / clstm

A small C++ implementation of LSTM networks, focused on OCR.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing last char of the line.

ShubhamAgarwal12 opened this issue · comments

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!
#70 (comment)

Thanks Amit!