lightning/pytorch_lightning/loggers
Boris Feld e2af4f120e
Improve Comet Logger pickled behavior (#2553)
* Improve Comet Logger pickled behavior

* Delay the creation of the actual experiment object for as long as we can.
* Save the experiment id in case an Experiment object is created so we can
  continue the same experiment in the sub-processes.
* Run pre-commit on the comet file.

* Handle review comment

Make most Comet Logger attribute protected as they might not reflect the final
Experiment attributes. Also fix the typo in the test name.

* Ensure that CometLogger.name and CometLogger.version always returns str

* Add new test for CometLogger.version behavior

* Add new tests for CometLogger.name and CometLogger.version

* Apply review suggestions

* Apply suggestions from code review

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>

* Remove extraneous comments in Comet logger tests

* Fix lint issues

* Apply suggestions from code review

Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
2020-09-18 23:26:29 +02:00
..
__init__.py clean imports (#2867) 2020-08-08 00:33:51 +02:00
base.py added copyright notices (#3062) 2020-08-19 22:03:22 -04:00
comet.py Improve Comet Logger pickled behavior (#2553) 2020-09-18 23:26:29 +02:00
csv_logs.py added copyright notices (#3062) 2020-08-19 22:03:22 -04:00
mlflow.py Get experiment_id from MLFlow only once instead of each training loop (#3394) 2020-09-09 11:38:26 +02:00
neptune.py added copyright notices (#3062) 2020-08-19 22:03:22 -04:00
tensorboard.py use fsspec instead of gfile for all IO (#3320) 2020-09-03 14:19:20 +02:00
test_tube.py Fix log_graph in TensorBoardLogger (#3092) 2020-08-22 06:35:09 -04:00
wandb.py added copyright notices (#3062) 2020-08-19 22:03:22 -04:00