Skip to content
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

Multilingual Training Notebook: Allowing users to continue previous training from checkpoint file #637

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

isaquecsilva
Copy link

@isaquecsilva isaquecsilva commented Oct 31, 2024

Changes to piper_multilingual_training_notebook.ipynb:

Users can now continue previous model training by providing a Google Drive share link to the .ckpt file of the previous training.

File Changes:

  • On section 6 (training time), i added a text input field for the user to be providing a Google drive link to the checkpoint file;

  • Python code will just download the .ckpt file, put it in previous-checkpoint dir (code will create it), and build --resume_from_checkpoint or --resume_from_single_speaker_checkpoint cli argument, pointing to the downloaded checkpoint file and add it to the piper_train execution line;

Check changes made here:

https://colab.research.google.com/github/isaquecsilva/piper/blob/training-with-checkpoint/notebooks/piper_multilingual_training_notebook.ipynb

@isaquecsilva
Copy link
Author

Hello, there. Any review?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant