Resume training from checkpoint with new data #12845
mitchpudil
started this conversation in
General
Replies: 1 comment
-
you can set up new dataloaders with the new data during the resume. |
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'm wanting to continue the training process for a model using new data.
I understand that you can continue training a Pytorch Lightning model e.g.
pl.Trainer(max_epochs=10, resume_from_checkpoint='./checkpoints/blahblah.ckpt')
for example, if you last checkpoint is saved at epoch 5. But is there a way to continue training by adding different data?
Beta Was this translation helpful? Give feedback.
All reactions