lightning/pytorch_lightning/loggers
Alexander 5732a56560
Pass epoch argument to Comet Logger (#3438)
* Pass epoch argument

* Copy epoch instead of inplace pop

* Remove whitespace

* Add test for epoch logging

* add docstring

Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
2020-09-15 14:30:42 +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 Pass epoch argument to Comet Logger (#3438) 2020-09-15 14:30:42 +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