We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
speech_to_text_aed_chunked_infer.py
TypeError: 'TranscriptionConfig' object is not iterable
Describe the bug
canary model chunked infer with speech_to_text_aed_chunked_infer.py throws this error: TypeError: 'TranscriptionConfig' object is not iterable
Steps/Code to reproduce bug
run this main function:
main
NeMo/examples/asr/asr_chunked_inference/aed/speech_to_text_aed_chunked_infer.py
Line 118 in 7cc99e9
throws at this line
Line 122 in 7cc99e9
misc might be legacy code?
might be that it will also throw here:
NeMo/examples/asr/asr_chunked_inference/rnnt/speech_to_text_buffered_infer_rnnt.py
Line 149 in 7cc99e9
The text was updated successfully, but these errors were encountered:
@stevehuang52 pls have a look at this.
Sorry, something went wrong.
Thanks for pointing out the issue, it will be fixed in #10581
This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue was closed because it has been inactive for 7 days since being marked as stale.
stevehuang52
No branches or pull requests
Describe the bug
canary model chunked infer with
speech_to_text_aed_chunked_infer.py
throws this error:TypeError: 'TranscriptionConfig' object is not iterable
Steps/Code to reproduce bug
run this
main
function:NeMo/examples/asr/asr_chunked_inference/aed/speech_to_text_aed_chunked_infer.py
Line 118 in 7cc99e9
throws at this line
NeMo/examples/asr/asr_chunked_inference/aed/speech_to_text_aed_chunked_infer.py
Line 122 in 7cc99e9
misc
might be legacy code?
might be that it will also throw here:
NeMo/examples/asr/asr_chunked_inference/rnnt/speech_to_text_buffered_infer_rnnt.py
Line 149 in 7cc99e9
The text was updated successfully, but these errors were encountered: