-
Notifications
You must be signed in to change notification settings - Fork 17
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
Allow manually saving checkpoints #8
Comments
checkpoints should be written to disk every 50 iterations, not 2500. Unless I'm mis-understanding something |
Ah, what is your batch size set to? 1.5 hours sounds like a lot, between checkpoints. Should be a few minutes - depends on your hardware also |
I don't have top-notch hardware, it's an RTX 2060 with 12 GB of VRAM. The batch size which maximizes VRAM usage is 8. Anything above that results in an OOM at some time. I usually see the first checkpoint to be saved after 35-40 minutes, the next one after about 1h15m, and then it stays around 1h30-1h45 for each checkpoint. It's not a rig built for AI, so it's fine if you're not considering it to be an issue. I just like to fool around with AI stuff. |
Given that it can take quite some time to train 2500 steps, it would be convenient to create manual checkpoints so training can resume from that.
The text was updated successfully, but these errors were encountered: