Replies: 1 comment 1 reply
-
The hybrid model is not currently supported with buffered inference. We can try adding it in the next few versions. In the mean time you can try using the fast conformer RNNT model instead |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I'm trying to use FrameBatchASRLogits to recognize large audio with a ctc type decoder with timestamps. (to change the type of decoder I execute:
But when I run:
I get an error:
I looked at the output of self.asr_model(processed_signal=feat_signal, processed_signal_length=feat_signal_len) and see that it lacks predictions tensor.
The nvidia/stt_en_conformer_ctc_large model does not have this problem.
Do I need to configure any additional options for the fastconformer_hybrid model?
Beta Was this translation helpful? Give feedback.
All reactions