-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
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
[TTS]我运行语音专文本的示例代码报错 #3488
Comments
|
我也遇到了相同的问题 |
|
指定model为conformer_wenetspeech就不报错,默认模型应该是conformer_u2pp_online_wenetspeech,奇怪的是命令行模式不报错 |
|
我这边遇到这个错误是因为采样率设置异常。设置了24000,发现只支持0、8000、16000三种。 |
加上model="conformer_wenetspeech"还是不行。我是paddlepaddle-gpu 2.5.2改成2.4.2就可以正常运行了。 |
感觉是paddlepaddle-gpu引起的问题,更换到2.4.2版本后问题解决 |

我运行示例代码直接报错
错误信息如下
我的环境配置
The text was updated successfully, but these errors were encountered: