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

Pause and resume training question #209

Open
smlkdev opened this issue Nov 7, 2024 · 1 comment
Open

Pause and resume training question #209

smlkdev opened this issue Nov 7, 2024 · 1 comment

Comments

@smlkdev
Copy link

smlkdev commented Nov 7, 2024

I would like to pause training and resume it later. Which files should I keep?

Is it enough to keep only the following files:

(*.bert.pt, *spec.pt, *.wav) for each audio file in the dataset, along with config.json, val.list, train.list, metadata.list.cleaned, and metadata.list?

Are these files sufficient to resume training later?

Do I need any files from ~MeloTTS/melo/logs/data/ to continue training, such as train.log, G_XXXXX.pth, DUR_XXXXX.pth, D_XXXXX.pth, config.json, or are these files only necessary when using my trained voice (specifically config.json and G_XXXXX.pth so I can use infer.py script)?

@KiON-GiON
Copy link

Good question. Since I'm currently doing a finetune using cloud services, I need to know this as well to save compute.

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

No branches or pull requests

2 participants