-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
[Bug] Error occurs when resuming training a xtts model #3131
[Bug] Error occurs when resuming training a xtts model #3131
Comments
use --restore_path |
Thanks for the advice! |
Hi @yiliu-mt, Like @manmay-nakhashi said you should use --restore_path or set the XTTS_checkpoint path. --restore_path when possible it restore the optimizer as well : https://github.com/coqui-ai/Trainer/blob/47781f58d2714d8139dc00f57dbf64bcc14402b7/trainer/trainer.py#L791-L850 Currently, --continue_path does not work for most models. |
I see. Thanks for the advice! |
Well I think it's better to indicate the users that "--continue_path" does not work for most models. |
Hi @Edresson, |
The root cause of the failure is that some fields in The There are two solutions: |
Describe the bug
Error occurs when I try to resume training of a xtts model. Details are describe below.
To Reproduce
First, I train a xtts model using the official script:
Then, during the training, it is corrupted. So I try to resume training using:
It failed to resume the tranining process.
Expected behavior
No response
Logs
Environment
Additional context
Please inform me if any other information is needed.
The text was updated successfully, but these errors were encountered: