-
|
I would like to ask which datasets were used to train the checkpoint In addition, how can this checkpoint be fine-tuned? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
You can find the YourTTS paper here, where the training datasets are listed. For fine-tuning, you can adapt this recipe: https://github.com/idiap/coqui-ai-TTS/blob/dev/recipes/multilingual/cml_yourtts/train_yourtts.py (that one is originally for a different YourTTS model, but it should need only minor changes). |
Beta Was this translation helpful? Give feedback.
You can find the YourTTS paper here, where the training datasets are listed.
For fine-tuning, you can adapt this recipe: https://github.com/idiap/coqui-ai-TTS/blob/dev/recipes/multilingual/cml_yourtts/train_yourtts.py (that one is originally for a different YourTTS model, but it should need only minor changes).