How to use speechClient("wav2vec2.0") command
古いコメントを表示
I need to convert speech into text.I used speechClient("wav2vec2.0") command but got the following error
Error using speechClient (line 26)
Expected apiName to match one of these values:
'Google', 'IBM', 'Microsoft'
The input, 'wav2vec2.0', did not match any of the valid values.
Please share the solution to resolve the error.
回答 (1 件)
Steven Lord
2024 年 5 月 16 日
0 投票
From the speechClient documentation page: "Using wav2vec 2.0 requires Deep Learning Toolbox and installing the pretrained model."
Do you have Deep Learning Toolbox installed? I suspect this File Exchange submission is the "pretrained model" to which the documentation page refers.
5 件のコメント
Shilpa Sonawane
2024 年 5 月 17 日
Steven Lord
2024 年 5 月 17 日
That was only half the requirements. Did you install the pretrained model as well? It's not part of Deep Learning Toolbox; you need to install it from the File Exchange.
Shilpa Sonawane
2024 年 5 月 17 日
Shilpa Sonawane
2024 年 5 月 23 日
Steven Lord
2024 年 5 月 23 日
In that case I'm not sure why it's not working. You should probably contact Technical Support directly using this link.
カテゴリ
ヘルプ センター および File Exchange で Deep Learning with Simulink についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!