Same version when resuming training #6863
Unanswered
shivammehta25
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment 1 reply
-
Have you tried creating your own
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello everyone,
I had a question: Is there any way I can reuse the same version number from which the model checkpoint was saved? Because now when I resume training from a checkpoint the logger starts logging onto a different version and which I don't want.
For example: my checkpoint is saved as
v_num 2
and I resume the training, it starts withv_num3
Thank you for the help
Beta Was this translation helpful? Give feedback.
All reactions