How to setup YourTTS model for transfer learning with a new language #1957
Unanswered
dostee-hemin
asked this question in
General Q&A
Replies: 3 comments
-
|
The answer to this would be a great contribution |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@dostee-hemin regarding your questions :
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Have you checked https://tts.readthedocs.io/? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I recently came across the YourTTS model, and was wondering how it could be trained using transfer learning from the provided pretrained models. My end goal is to train this model on a language it has never seen before, but hopefully by continuing training from a pretrained model, I shouldn't need that much time or data.
From my understanding, I should be able to go into the config.json file and add the necessary characters, punctuation, dataset, ... etc. of my new language and continue the training process with the new configurations so it starts learning the new language. At my current state, I have a dataset ready, but the following are still unclear:
Any insight is greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions