Is there a graphical depiction of the model being used/trained here?
tadas-subonis opened this issue · 4 comments
tadas-subonis commented
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
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
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
tadas-subonis commented
Thanks
…On Mon, Jul 29, 2019 at 5:27 PM Amit D. ***@***.***> wrote:
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 <ocropus-archive/DUP-ocropy#327>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#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
... superseded by engines based on frameworks like tensorflow and torch.