Instantiating WandBLogger in CLI: assert log_dir is not None #13351
Unanswered
rbracco
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 2 comments 2 replies
-
Did you solve this issue @rbracco ? |
Beta Was this translation helpful? Give feedback.
2 replies
-
I have made a PR to fix this issue #14878 |
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've read the docs and checked issues, but I can't figure out how to instantiate WandBLogger using LightningCLI, as the logger
save_dir
apparently doesn't get passed to the trainer.results in
Because the

log_dir
isn't set on the trainer. But if I set it in the config as so...it tells me that it isn't being used anywhere.

Please help.
Beta Was this translation helpful? Give feedback.
All reactions