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

Training doesn't resume from the correct checkpoint #2417

Closed
farcast3r opened this issue Dec 19, 2024 · 1 comment
Closed

Training doesn't resume from the correct checkpoint #2417

farcast3r opened this issue Dec 19, 2024 · 1 comment

Comments

@farcast3r
Copy link

I have a model that I am currently training with a goal of 200 epochs.

The latest checkpoint is epoch 140 but for some reason it keeps loading in checkpoint for epoch 30 when I try to resume training.

image

image

train.log

@farcast3r
Copy link
Author

Not sure why this happened but found the solution by deleting the prior checkpoints
It turns out that one of the checkpoints (30 epochs) for some reason had two files, and I guess the script was getting confused by the filename so defaulted to the 30 epoch checkpoint.

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

1 participant