Why does trainer.log_dir
not return the log_dir
for CSVLogger?
#11849
Unanswered
daniellepintz
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 0 comments
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.
-
Question about the
trainer.log_dir
property:https://github.com/PyTorchLightning/pytorch-lightning/blob/789fae828dd3c3196b09bb5451e568c776dc99a6/pytorch_lightning/trainer/trainer.py#L2096-L2108
Why do we return the
log_dir
for TBLogger but not for CSVLogger?CSVLogger also has a
log_dir
defined:https://github.com/PyTorchLightning/pytorch-lightning/blob/789fae828dd3c3196b09bb5451e568c776dc99a6/pytorch_lightning/loggers/csv_logs.py#L151-L161
cc @awaelchli @edward-io @Borda @rohitgr7
Beta Was this translation helpful? Give feedback.
All reactions