lightning/tests/trainer
Carlos Mocholí 48b6292cf0
Move optimizer step and clipping into the `PrecisionPlugin` (#10143)
2021-10-26 17:26:26 +02:00
..
connectors Unify checkpoint load paths [redo #9693] (#10061) 2021-10-25 19:05:31 +00:00
dynamic_args Add `enable_model_summary` flag and deprecate `weights_summary` (#9699) 2021-10-13 17:20:54 +05:30
flags Change default value of the `max_steps` Trainer argument from `None` to `-1` (#9460) 2021-10-25 20:21:33 +00:00
logging_ Fix `self.log(on_epoch=True, reduce_fx=sum)` on_batch_start (#9791) 2021-10-20 01:56:37 +02:00
optimization Move optimizer step and clipping into the `PrecisionPlugin` (#10143) 2021-10-26 17:26:26 +02: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 split trainer tests (#956) 2020-02-26 20:31:40 -05:00
test_config_validator.py Raise `MisconfigurationException` if `trainer.eval` is missing required methods (#10016) 2021-10-25 23:12:08 -07:00
test_data_loading.py Mark accelerator connector as protected (#10032) 2021-10-25 19:24:54 +00:00
test_dataloaders.py Remove `reset_train_val_dataloaders` from Trainer and move data reloading logic to loop (#9671) 2021-10-19 21:45:52 +02:00
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 Change default value of the `max_steps` Trainer argument from `None` to `-1` (#9460) 2021-10-25 20:21:33 +00:00
test_trainer_cli.py Change default value of the `max_steps` Trainer argument from `None` to `-1` (#9460) 2021-10-25 20:21:33 +00:00
test_trainer_tricks.py Mark `trainer.data_connector` as protected (#10031) 2021-10-25 12:29:09 +01:00