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

Fix transcribe_utils.py for hybrid models in partial transcribe mode #6899

Merged
merged 3 commits into from
Jun 21, 2023

Conversation

stevehuang52
Copy link
Collaborator

The bug is that the hybrid-ctc model has a slightly different transcribe function implementation from the original CTC model.

@erastorgueva-nv
Copy link
Collaborator

Thanks for the quick fix Steve, I can confirm that partial transcription using stt_en_fastconformer_hybrid_large_pc & decoder_type="ctc" now works for me - no errors thrown and pred_text looks good

fayejf
fayejf previously approved these changes Jun 21, 2023
Copy link
Collaborator

@fayejf fayejf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks!

Signed-off-by: He Huang (Steve) <[email protected]>
@fayejf fayejf merged commit 0b94ef8 into main Jun 21, 2023
15 checks passed
@fayejf fayejf deleted the stevehuang52-patch-4 branch June 21, 2023 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants