lightning/pytorch_lightning/loggers
Diedre Carmo 470e2945fc
fix logged keys in mlflow logger (#4412)
* [#4411] fix gpu_log_memory with mlflow logger

* sanitize parenthesis instead of removing for all loggers

* apply regex for mlflow key sanitization

* replace ',' with '.' typo

* add single warning and test

Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
Co-authored-by: chaton <thomas@grid.ai>
2020-11-10 17:20:25 +05:30
..
__init__.py notices (#4118) 2020-10-13 07:18:07 -04:00
base.py [BUG-FIX] WandbLogger _sanitize_callable (#4422) 2020-11-02 10:04:50 +01:00
comet.py Fix COMET_EXPERIMENT_KEY environment variable usage in comet logger (#4230) 2020-10-27 14:30:56 +00:00
csv_logs.py Fix CSV logger warning (#4419) 2020-10-29 14:30:07 +05:30
mlflow.py fix logged keys in mlflow logger (#4412) 2020-11-10 17:20:25 +05:30
neptune.py Mocking loggers (part 2, neptune) (#3617) 2020-10-04 21:20:06 -04:00
tensorboard.py docs (#4081) 2020-10-11 13:16:36 -04:00
test_tube.py Mocking Loggers Part 5/5 (final) (#3926) 2020-10-06 23:49:06 -04:00
wandb.py feat(wandb): log in sync with Trainer step (#4405) 2020-10-29 01:07:06 +05:30