Disable log versioning #12836
Unanswered
marcmk6
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment
-
Well I think maybe this can be done by specifying the |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm training a model and monitoring its convergence while training.
Say I first train it for 40 epochs, and I want to continue the training for another 40 epochs.
What I got in tensorboard logs are two separate folders
version_0
andversion_1
, which makes the metrics two separate plots, instead of a continuous, single one.I'm wondering if it's possible to disable this versioning stuff, so that the metrics logged during new training stages are showed together with the old ones.
The following image shows that the curve is split into two parts due to the versioning.

Thanks!
Beta Was this translation helpful? Give feedback.
All reactions