How to append onto a given logger version when resuming from checkpoint #6799
Unanswered
escorciav
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment
-
Hi, we are working on improving the state saving for loggers so that they can resume from the correct version. For 2) yes, this gets created because also during inference you can log so the logger just creates this dir. Not sure how to avoid it without removing the logger completely |
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.
-
Hi,
I noticed that PL logger** creates a
version_X
folder inside thelightning_logs
folder when I dispatch the Trainer*.Is it possible to append new files, such as tfevent, config yaml, etc., onto a given
version_X
folder?Particularly, when using the
resume_from_checkpoint
argument of the Trainer?(*) I noticed that the
lightning_logs
folder is also created during my inference. What's the responsible class 😊 ?Thanks in advance!
Victor
** I guess. I'm also using Hydra, but I don't think the code delegates that to that package.
Beta Was this translation helpful? Give feedback.
All reactions