How can I integrate Language model with Greedy search decoding in conformer-transducer streaming ASR? #2966
Unanswered
adityadev11
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a RNN-LM and conformer-transducer streaming ASR. But, we can see here, only Beam search includes LM but it has no streaming support.
I'd like to stay with Greedy with streaming but also would like LM to contribute score to choose the best token (greedily).
Beta Was this translation helpful? Give feedback.
All reactions