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

Possible to resume a finetune run? #1

Open
dillfrescott opened this issue Jan 8, 2025 · 3 comments
Open

Possible to resume a finetune run? #1

dillfrescott opened this issue Jan 8, 2025 · 3 comments
Labels
enhancement New feature or request

Comments

@dillfrescott
Copy link

Like load from a finetune checkpoint and resume training.

@Pur1zumu Pur1zumu added the enhancement New feature or request label Jan 9, 2025
@Pur1zumu
Copy link
Owner

Update: Code committed to 5a2b672, but not yet tested as I'm working on the whisper branch.
Lightning's fit() method includes a ckpt_path parameter, so theoretically, we only need to set save_weight_only=False and provide ckpt_path and wandb_resume_id to resume training.
I'll merge to master after successful testing.

@Pur1zumu
Copy link
Owner

Update: the code has been merged into the master branch. Although training can be resumed, for some reason the resumed trainer no longer performs evaluation according to the eval_step in the config. I haven't found the cause yet.

@dillfrescott
Copy link
Author

Okay! Thank you!

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

No branches or pull requests

2 participants