未验证 提交 7cc1d668 编写于 作者: 小湉湉's avatar 小湉湉 提交者: GitHub

Update README.md

上级 d1c70a78
# Finetune your own AM based on FastSpeech2 with AISHELL-3. # Finetune your own AM based on FastSpeech2 with AISHELL-3.
This example shows how to finetune your own AM based on FastSpeech2 with AISHELL-3. We use part of csmsc's data (top 200) as finetune data in this example. The example is implemented according to this [discussion](https://github.com/PaddlePaddle/PaddleSpeech/discussions/1842). Thanks to the developer for the idea. This example shows how to finetune your own AM based on FastSpeech2 with AISHELL-3. We use part of csmsc's data (top 200) as finetune data in this example. The example is implemented according to this [discussion](https://github.com/PaddlePaddle/PaddleSpeech/discussions/1842). Thanks to the developer for the idea.
We use AISHELL-3 to train a multi-speaker fastspeech2 model here. You can refer [examples/aishell3/tts3](https://github.com/lym0302/PaddleSpeech/tree/develop/examples/aishell3/tts3) to train multi-speaker fastspeech2 from scratch. We use AISHELL-3 to train a multi-speaker fastspeech2 model. You can refer [examples/aishell3/tts3](https://github.com/lym0302/PaddleSpeech/tree/develop/examples/aishell3/tts3) to train multi-speaker fastspeech2 from scratch.
## Prepare ## Prepare
### Download Pretrained Fastspeech2 model ### Download Pretrained Fastspeech2 model
...@@ -211,4 +211,4 @@ optional arguments: ...@@ -211,4 +211,4 @@ optional arguments:
8. `--ngpu` is the number of gpus to use, if ngpu == 0, use cpu. 8. `--ngpu` is the number of gpus to use, if ngpu == 0, use cpu.
### Tips ### Tips
If you want to get better audio quality, you can use more audios to finetune. If you want to get better audio quality, you can use more audios to finetune.
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册