How to resume from checkpoint without load optimiser #6562
Unanswered
yikuanli
asked this question in
code help: CV
Replies: 1 comment
-
I think you need to manually remove the solver and scheduler states, like https://github.com/aim-uofa/AdelaiDet/blob/master/tools/remove_optim_from_ckpt.py. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a pre-training model, while I just want to load the model and train it with a different optimiser, I don't know how to resume from the checkpoint without load the optimiser using pytorch_lightning
Beta Was this translation helpful? Give feedback.
All reactions