lightning/tests/trainer
Adrian Wälchli a99b7440b5
Add unit tests for `pl.utilities.grads` (#9765)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2021-10-18 18:58:51 +05:30
..
connectors Add `enable_model_summary` flag and deprecate `weights_summary` (#9699) 2021-10-13 17:20:54 +05:30
dynamic_args Add `enable_model_summary` flag and deprecate `weights_summary` (#9699) 2021-10-13 17:20:54 +05:30
flags Add `enable_model_summary` flag and deprecate `weights_summary` (#9699) 2021-10-13 17:20:54 +05:30
logging_ Fix `self.log(on_epoch=True)` on_batch_start (#9780) 2021-10-18 14:02:16 +02:00
optimization Remove manual tracking of optimizer steps (#9957) 2021-10-18 12:43:06 +00:00
properties (1/n) tests: Use strategy flag instead of accelerator for training strategies (#9931) 2021-10-16 20:40:25 +05:30
__init__.py
test_config_validator.py CI: precommit - docformatter (#8584) 2021-09-06 12:49:09 +00:00
test_data_loading.py Fix logic to check for spawn in worker_check (#9902) 2021-10-18 13:02:46 +00:00
test_dataloaders.py (1/n) tests: Use strategy flag instead of accelerator for training strategies (#9931) 2021-10-16 20:40:25 +05:30
test_progress.py Use `completed` over `processed` in `reset_on_restart` (#9656) 2021-09-23 16:11:55 +05:30
test_states.py CI: precommit - docformatter (#8584) 2021-09-06 12:49:09 +00:00
test_supporters.py (1/n) tests: Use strategy flag instead of accelerator for training strategies (#9931) 2021-10-16 20:40:25 +05:30
test_trainer.py Add unit tests for `pl.utilities.grads` (#9765) 2021-10-18 18:58:51 +05:30
test_trainer_cli.py Deprecate `checkpoint_callback` from the `Trainer` constructor in favour of `enable_checkpointing` (#9754) 2021-10-12 07:55:07 +00:00
test_trainer_tricks.py update tests to not rely on patched dataloaders (#9905) 2021-10-12 12:45:28 +02:00