lightning/pytorch_lightning/loggers
Federico Simonetta 8cdbd03d02
MLFlow now uses env variable as default tracking uri (#7457)
* Clarify logger flag

Clarify behavior of boolean values on the logger flag for Trainer.

* Update docs/source/common/trainer.rst

* doc

* MLFlow now uses env variable as default tracking uri

Solves https://github.com/PyTorchLightning/pytorch-lightning/issues/6894

* Update pytorch_lightning/loggers/mlflow.py

Co-authored-by: thomas chaton <thomas@grid.ai>

* changelog

Co-authored-by: SpontaneousDuck <kennywitham4@gmail.com>
Co-authored-by: Ethan Harris <ewah1g13@soton.ac.uk>
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
Co-authored-by: thomas chaton <thomas@grid.ai>
Co-authored-by: jirka <jirka.borovec@seznam.cz>
2021-05-12 11:26:57 +02:00
..
__init__.py refactor imports of logger dependencies (#4860) 2021-01-06 15:16:06 +01:00
base.py Improve DummyLogger (#6398) 2021-03-09 23:18:38 +00:00
comet.py fix duplicate console logging bug v2 (#6275) 2021-03-02 15:17:55 +05:30
csv_logs.py fix duplicate console logging bug v2 (#6275) 2021-03-02 15:17:55 +05:30
mlflow.py MLFlow now uses env variable as default tracking uri (#7457) 2021-05-12 11:26:57 +02:00
neptune.py Fix `NeptuneLogger.log_text(step=None)` (#7194) 2021-04-26 15:28:55 +02:00
tensorboard.py fix exception raising (#6901) 2021-04-08 22:23:26 +02:00
test_tube.py Document exceptions in loggers (#6171) 2021-02-25 21:08:32 +01:00
wandb.py fix(wandb): allow custom init args (#6989) 2021-05-04 09:45:36 +00:00