-
Notifications
You must be signed in to change notification settings - Fork 104
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
How to train multi speaker datasets? #113
Comments
Hello, Check the dataloading: Matcha-TTS/matcha/data/text_mel_datamodule.py Lines 166 to 170 in 7780426
The dataset's file list should be arranged in rows like:
So example:
Update the fielist here: Matcha-TTS/configs/data/vctk.yaml Lines 7 to 8 in 7780426
set the number of speakers accordingly like in the example it is 3 speakers: [0, 1, 2] Matcha-TTS/configs/data/vctk.yaml Line 11 in 7780426
Then follow the steps in readme to Train with your own dataset. Hope this helps :) |
Thanks |
No description provided.
The text was updated successfully, but these errors were encountered: