Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a question about CTC implemention #119

Open
xray1111 opened this issue Jan 8, 2017 · 0 comments
Open

a question about CTC implemention #119

xray1111 opened this issue Jan 8, 2017 · 0 comments

Comments

@xray1111
Copy link

xray1111 commented Jan 8, 2017

I noticed that the forward-backword algorithm in ctc implemention has a little difference from Alex's paper: it only consider the previous nearest 2 neighbor nodes when computing the forward variable, while in Alex's paper the including number of neighbor nodes could be 2 or 3, which depends on current node's character (formula 7.16 "Supervised Sequence Labelling with Recurrent Neural Networks").

ctc

Is this because OCR's input sequence is much longer than output label, and we couldn't guess what the output character is when 1 pix column of the image matrix is feed in?

Thanks very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant