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
I got the following model composition for English audio speech recognition with speaker classification
funasr_model = AutoModel(model="iic/speech_paraformer_asr-en-16k-vocab4199-pytorch", vad_model="damo/speech_fsmn_vad_zh-cn-16k-common-pytorch", punc_model="damo/punc_ct-transformer_zh-cn-common-vocab272727-pytorch", spk_model="damo/speech_campplus_sv_zh-cn_16k-common", )
And I meet following questions:
pip
The text was updated successfully, but these errors were encountered:
Yes, so far, only zh models could be combined with spk models.
Sorry, something went wrong.
No branches or pull requests
I got the following model composition for English audio speech recognition with speaker classification
And I meet following questions:
pip
, source): pipThe text was updated successfully, but these errors were encountered: