未验证 提交 99551e56 编写于 作者: L liangym 提交者: GitHub

[tts] update finetune yaml and readme (#2418)

* update yaml and readme, test=tts
上级 a17baad5
...@@ -221,3 +221,5 @@ optional arguments: ...@@ -221,3 +221,5 @@ optional arguments:
### 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.
More finetune results can be found on [finetune-fastspeech2-for-csmsc](https://paddlespeech.readthedocs.io/en/latest/tts/demo.html#finetune-fastspeech2-for-csmsc).
The results show the effect on csmsc_mini: Freeze encoder > Non Frozen > Freeze encoder && duration_predictor.
...@@ -9,4 +9,4 @@ num_snapshots: -1 ...@@ -9,4 +9,4 @@ num_snapshots: -1
# frozen_layers should be a list # frozen_layers should be a list
# if you don't need to freeze, set frozen_layers to [] # if you don't need to freeze, set frozen_layers to []
frozen_layers: ["encoder", "duration_predictor"] frozen_layers: ["encoder"]
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册