tmbdev / clstm

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

tadas-subonis opened this issue · comments

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.

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.

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

So the answer is the same:
ocropus-archive/DUP-ocropy#327

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

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