Closed dinhanhx closed 2 years ago
Hi, this is due to the fact that the checkpoint is currently stored in default_root_dir
when using multiple loggers. I will submit a PR these two days to ensure write to the first logger in the list of loggers as discussed in https://github.com/Lightning-AI/lightning/issues/12177.
is there any workaround?
You can try my PR util merged https://github.com/Lightning-AI/lightning/pull/14325
🐛 Bug
ModelCheckpoint DID not save to same version folder when there are some loggers.
To Reproduce
Expected behavior
Model checkpoints file should be under same path as other loggers.
Environment
Additional context
No more information
cc @borda @awaelchli @edward-io @ananthsub @rohitgr7 @kamil-kaczmarek @Raalsky @Blaizzy