-
Notifications
You must be signed in to change notification settings - Fork 2.9k
why CTCDecodingConfig dont work? #13155
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
Comments
@rastinrastinii Do you observe improvements without setting For now, it's unclear if it is a bug or if you just not observe improvement with LM. |
i dont see improvement with it but when separately use pyctcdecode see improvement |
Hi @rastinrastinii.
Please try decoding with this lexicon. If you still don’t see any improvements, we’ll investigate further. |
Thanks for your reply but when i set
|
Could you please try setting This is to prevent the error you ran into. Even with For now, let's verify that decoding with the language model is working and actually influencing the output. Refer to the snippet below:
Please, let me know once you've tested it, or if you need help building the KenLM model. |
Thanks, thats worked. but how can get timestamp while |
Happy to help! Currently, Please feel free to reopen the issue if you have any further questions or need additional help. |
Hi,
i dont understand why applying following ctc decoding config or dont applying it while only setting
model.cfg.decoding.preserve_alignments = True
andmodel.cfg.decoding.compute_timestamps = True
return same output while expect better output with applying language model.transcribe code
CTCDecoding code
model config
after change decoding
The text was updated successfully, but these errors were encountered: