lightning/pytorch_lightning/loggers
deepsource-autofix[bot] 03154eb30a
Refactor unnecessary `else` / `elif` when `if` block has a `return` statement (#8156)
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
2021-06-28 15:27:41 +05:30
..
__init__.py refactor imports of logger dependencies (#4860) 2021-01-06 15:16:06 +01:00
base.py Remove unnecessary use of comprehension (#8149) 2021-06-27 10:00:02 +01:00
comet.py Support state restoration of logged results 2/2(#7966) 2021-06-25 19:16:11 +00:00
csv_logs.py Actually show deprecation warnings and their line level [2/2] (#8002) 2021-06-21 18:51:53 +02:00
mlflow.py Add run_name argument to the MLFlowLogger constructor (#7622) 2021-05-21 09:17:32 +01:00
neptune.py Refactor unnecessary `else` / `elif` when `if` block has a `return` statement (#8156) 2021-06-28 15:27:41 +05:30
tensorboard.py Refactor unnecessary `else` / `elif` when `if` block has a `return` statement (#8156) 2021-06-28 15:27:41 +05:30
test_tube.py Support state restoration of logged results 2/2(#7966) 2021-06-25 19:16:11 +00:00
wandb.py Add `warning_cache.deprecation` and set warning stacklevel [1/2] (#8005) 2021-06-18 11:50:24 +00:00