-
Notifications
You must be signed in to change notification settings - Fork 4k
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
CTC streaming decoder #2121
CTC streaming decoder #2121
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI. I back ported it to 0.4.1 and can confirm it works great. Thanks!
There're just some trivial coding style issues, mostly trailing space/tab.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks really good! I have a few initial comments and want to do a few more tests, but I don't expect more changes will be needed.
Ok, I've addressed all of the requests and also fixed some comments I forgot to update. |
Backported from PR mozilla#2121 Signed-off-by: Li Li <eggonlea@msn.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one comment, otherwise looks good.
I rebased it into a single commit. Does anyone else need to review it or can I merge it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for enabling streaming decoder!
Merge away. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Refactored the CTC decoder to work with streaming data.