You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.
Thank you very much for your implementation of ctc varients. To be frank I think that is the main value of this repo and I would change its name to pytorch ctc varients or something of the like because it is very very hard to find these great implementations you made. OCR, however, is pretty prevalent.
Just to clarify - for gram ctc the logits should represent single characters such as "a" and "b" or grams such as "ab" ?
Thank you very much for your implementation of ctc varients. To be frank I think that is the main value of this repo and I would change its name to pytorch ctc varients or something of the like because it is very very hard to find these great implementations you made. OCR, however, is pretty prevalent.
Just to clarify - for gram ctc the logits should represent single characters such as "a" and "b" or grams such as "ab" ?
and just to validate - this is an implementation of this: https://arxiv.org/pdf/1703.00096.pdf right?
Thanks,
Dan
The text was updated successfully, but these errors were encountered: