-
Notifications
You must be signed in to change notification settings - Fork 26
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
hub_token not implemented #15
Comments
Hi @DCNemesis, thanks for opening the issue, would you like to open a PR to fix this ? |
I've been focusing more on finding the right parameters for training a multi-speaker model in a new language, figuring I can always upload the checkpoint when it finishes/works. But, I'll take a look and see if I can get it working on a smaller test. |
Let me know how it goes! |
The test worked fine. It doesn't upload checkpoints or training data, but it uploads the model at the end. |
Thanks for the quick PR, will test on my side and merge when ready! |
The help documentation suggests hub_token can be used to push model to the hub in training, but it is not used in the code. As a result, the model fails to push during training to a private repo (without giving any error messages).
The text was updated successfully, but these errors were encountered: