tmbdev / clstm

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

Is there a graphical depiction of the model being used/trained here? #150

Closed tadas-subonis closed 5 years ago

tadas-subonis commented 5 years ago

I would like to see what kind of model clstm uses but it seems I can't to find the structure of it anywhere here.

Any tips/links would be appreciated.

kba commented 5 years ago

clstm is largely obsolete these days, superseded by engines based on frameworks like tensorflow and torch. Apart from digging through the code to and perusing @tmbdev's publications, you won't find much documentation I'm afraid.

amitdo commented 5 years ago

clstm is basically the same as ocropy, but implemented in c++ instead of python.

So the answer is the same: https://github.com/tmbdev/ocropy/issues/327

tadas-subonis commented 5 years ago

Thanks

On Mon, Jul 29, 2019 at 5:27 PM Amit D. notifications@github.com wrote:

clstm is basically the same as ocropy, but implemented in c++ instead of python.

So the answer is the same: tmbdev/ocropy#327 https://github.com/tmbdev/ocropy/issues/327

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/tmbdev/clstm/issues/150?email_source=notifications&email_token=AAB4LMXOYDJOHN2PQ4HUTRTQB4D7PA5CNFSM4H3QH7C2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3BCLLA#issuecomment-516040108, or mute the thread https://github.com/notifications/unsubscribe-auth/AAB4LMRB73JNDJY65TJLZCLQB4D7PANCNFSM4H3QH7CQ .

--

Kind Regards, Tadas Šubonis

amitdo commented 5 years ago

... superseded by engines based on frameworks like tensorflow and torch.

https://github.com/tmbdev/ocropy/wiki/Related-Projects