tmbdev / clstm

A small C++ implementation of LSTM networks, focused on OCR.
Apache License 2.0
821 stars 224 forks source link

aligned vs output string #123

Open hellbago opened 7 years ago

hellbago commented 7 years ago

What's the difference between ALN and OUT string during training procedure?

amitdo commented 7 years ago

Maybe this link will help you: https://github.com/tmbdev/ocropy/issues/17