关于本地运行微调后的fastspeech2模型 #2727
kslz
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
源这个项目:https://aistudio.baidu.com/aistudio/projectdetail/5003396?channelType=0&channel=0
首先down下来三个声码器的static模型和你训练好的模型,都放在 ./inference 下
然后复制util目录到项目根目录下
用我提供的 finetuneTTS.py 替换util下的同名文件
复制我提供的main文件到项目根目录下
环境需要安装paddlepaddle 然后安装
pip install pytest-runner
pip install paddlespeech
完成后项目结构如图所示
注意红框处文本和文件夹名要保持一致(也就是你训练时指定的文件夹名)
pstts.zip
Beta Was this translation helpful? Give feedback.
All reactions