Skip to content
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

Fix mix front #2493

Merged
merged 14 commits into from
Oct 8, 2022
Prev Previous commit
Next Next commit
update yaml and readme, test=tts
  • Loading branch information
liangym committed Sep 20, 2022
commit 8e5e265e7616cf5fcd364a30110d3822fc9b5228
2 changes: 2 additions & 0 deletions examples/other/tts_finetune/tts3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,3 +221,5 @@ optional arguments:

### Tips
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.
2 changes: 1 addition & 1 deletion examples/other/tts_finetune/tts3/finetune.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ num_snapshots: -1

# frozen_layers should be a list
# if you don't need to freeze, set frozen_layers to []
frozen_layers: ["encoder", "duration_predictor"]
frozen_layers: ["encoder"]