-
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
Suggestions for using different PaddleSpeech versions #3528
Comments
File "E:\ai\speaker\funasr\dev\Lib\site-packages\paddlespeech\t2s\modules\losses.py", line 20, in |
安装版本 +问题处理 问题处理: pip install librosa==0.10.1 2 报错信息提示:ModuleNotFoundError: No module named 'paddle.nn.layer.layers' 运行例子 [2023-12-20 17:56:33,740] [ INFO] - All model checkpoint weights were used when initializing ErnieForTokenClassification. [2023-12-20 17:56:33,740] [ INFO] - All the weights of ErnieForTokenClassification were initialized from the model checkpoint at /home/dongao/.paddlespeech/models/ernie_linear_p7_wudao-punc-zh/1.0/ernie_linear_p7_wudao-punc-zh.tar/ckpt. |
如果一定需要固定版本,建议 |
我刚刚解决了 然后我忘记记录怎么解决的 现在我还把venv给删除啦 现在一直报错 嘎嘎 谁懂呀 这种感觉😭😭 |
matplotlib==3.7.3 实测可以 |
For now that users currently have many version management issues when using PaddleSpeech, given some suggestions for using different versions are provided here.
PaddleSpeech == develop --> PaddlePaddle == 2.5.0/2.5.1
PaddleSpeech <= 1.4.1 --> PaddlePaddle <= 2.4.2
The text was updated successfully, but these errors were encountered: