How to disable lightning_logs folder #9218
Unanswered
jyh2378
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 3 comments 2 replies
-
just checked, it's not creating any |
Beta Was this translation helpful? Give feedback.
1 reply
-
in that case too it shouldn't create this folder and I checked and it isn't creating any. When you assign a wandb logger then model checkpoint will by default use |
Beta Was this translation helpful? Give feedback.
0 replies
-
But,
Is there anything else I suspect? |
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.
-
I wonder why lightning_logs folder is generated even though I use another logger (e.g. WandB logger).
Is there some way to make generating lightning_logs folder disabled?
I want to use only logger that I select.
Beta Was this translation helpful? Give feedback.
All reactions