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

Is it possible to get timestamps for BeamSearchLSTM-based inference? #146

Open
OleguerCanal opened this issue Mar 4, 2022 · 3 comments
Open
Labels
QUESTION Further information is requested

Comments

@OleguerCanal
Copy link

❓ Questions & Help

I see that the output can be aligned (provide per-token timestamps) if we use the CTCBeamDecoder, I wonder if I can get timestamps also if using another decoder such an lstm or transformer-based one.

@upskyy upskyy added the QUESTION Further information is requested label Mar 5, 2022
@upskyy
Copy link
Member

upskyy commented Mar 5, 2022

Hello, @OleguerCanal

Currently we are not providing it. Also I know that E2E timestamps (including CTC decoder) perform relatively poorly,
How was your experience using CTCBeamDecoder?

@OleguerCanal
Copy link
Author

OleguerCanal commented Mar 14, 2022

Hey @upskyy , no worries, if I can I'll try to implement something and open a PR. I havent had much time to play with the CTCBeamDecoder yet. Will get back to you when I've tested it more

@OleguerCanal
Copy link
Author

Do we have alignment for the transducer model implemented?

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

No branches or pull requests

2 participants