lightning/tests/loggers
Rohit Gupta db322f4bbb
Deprecate `checkpoint_callback` from the `Trainer` constructor in favour of `enable_checkpointing` (#9754)
* enable_chekpointing

* update codebase

* chlog

* update tests

* fix warning

* Apply suggestions from code review

Co-authored-by: ananthsub <ananth.subramaniam@gmail.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Apply suggestions from code review

Co-authored-by: ananthsub <ananth.subramaniam@gmail.com>

* Apply suggestions from code review

Co-authored-by: ananthsub <ananth.subramaniam@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2021-10-12 07:55:07 +00:00
..
__init__.py
test_all.py Deprecate `checkpoint_callback` from the `Trainer` constructor in favour of `enable_checkpointing` (#9754) 2021-10-12 07:55:07 +00:00
test_base.py Deprecate `checkpoint_callback` from the `Trainer` constructor in favour of `enable_checkpointing` (#9754) 2021-10-12 07:55:07 +00:00
test_comet.py [bugfix] Changed CometLogger to stop modifying metrics in place (#9150) 2021-08-31 08:21:16 +00:00
test_csv.py deprecate flush_logs_every_n_steps on Trainer (#9366) 2021-09-14 11:27:56 +01:00
test_mlflow.py CI: precommit - docformatter (#8584) 2021-09-06 12:49:09 +00:00
test_neptune.py Adapt `NeptuneLogger` to new `neptune-client` api (#6867) 2021-09-10 18:48:58 +02:00
test_tensorboard.py Report leaking environment variables in tests (#5872) 2021-09-24 12:39:57 +02:00
test_wandb.py feat(wandb): support media logging (#9545) 2021-10-11 10:15:36 +01:00