-
Notifications
You must be signed in to change notification settings - Fork 65
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
Question: Fine tuning LibriTTS with StyleTTS #61
Comments
You will need to do finetuning for both the first and second stages, see #10 (comment). If your new data is drastically different from the base model, you will need more data to perform well, and vice versa. |
@yl4579
And for the 2nd stage it will start from the first_stage.pth file anyway. Thank you |
You should do |
@yl4579 |
You can trace the training on the tensorboard. The stop condition should be the same as non-finetuning, basically you just look at each loss term and see if they have stopped decreasing and that is probably the time to stop. |
I'm trying to start from the LibritTTS model and train it on more dataset,
My dataset is small,
I set the pretrained model in the config file to the LibritTTS pretrained model epoch_2nd_0050,
Is that the right track ?
Also do I need bigger dataset for the model to perform well ?
Thank you
@yl4579
The text was updated successfully, but these errors were encountered: