Missing logger folder
warning appearing always
#12276
Replies: 3 comments
-
Looks like the root_dir is created here: Should we move that to the init? |
Beta Was this translation helpful? Give feedback.
-
Any ideas @awaelchli @edward-io @Borda @ananthsub @rohitgr7 ? |
Beta Was this translation helpful? Give feedback.
-
This warning was introduced originally in #1377 two years ago. You should see it in two cases:
Can you confirm 1 is the behavior you are seeing? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have noticed this
Missing logger folder
warning appearing pretty much anytime I instantiate a TB logger without setting the version:https://github.com/PyTorchLightning/pytorch-lightning/blob/d31126c3310af62d76ffb87368ae1e4cc5bbac93/pytorch_lightning/loggers/tensorboard.py#L292-L299
Here is an example: https://colab.research.google.com/drive/13lWUvQbQioQAcAFP5gOTNcAyPsZIBmwj?usp=sharing
Is something wrong with line 296? It doesn't seem to be working correctly, or maybe I am missing something. Advice would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions