Training ParallelWaveGAN on an Arabic dataset #565
-
Hi, I would like to train the ParallelWaveGAN model on an Arabic dataset but I don't know where to begin, Honestly the repos is quite confusing to navigate, can anybody help? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
As far as I understand if you want to train |
Beta Was this translation helpful? Give feedback.
-
@erogol I would appreciate it if you can spare the time and point me in the right direction. Thanks. |
Beta Was this translation helpful? Give feedback.
-
The easiest way is to use this new trainer API branch https://github.com/coqui-ai/TTS/tree/trainer-api Go to the LJSpeech recipes and take the model you want edit the data field in the config and run your model. I also suggest you double-check the configuration fields if they are as you expected. Config fields are documented by the docsting. |
Beta Was this translation helpful? Give feedback.
-
Thank you both very much |
Beta Was this translation helpful? Give feedback.
The easiest way is to use this new trainer API branch https://github.com/coqui-ai/TTS/tree/trainer-api
Go to the LJSpeech recipes and take the model you want edit the data field in the config and run your model. I also suggest you double-check the configuration fields if they are as you expected. Config fields are documented by the docsting.