lightning/tests/trainer
Carlos Mocholí a44881cd90
Changes in preparation to #8578 (#11562)
2022-02-02 19:57:08 +00:00
..
connectors Mark SignalConnector as protected (#11513) 2022-01-20 08:39:59 +01:00
dynamic_args Add `enable_model_summary` flag and deprecate `weights_summary` (#9699) 2021-10-13 17:20:54 +05:30
flags Deprecate `TrainerDataLoadingMixin` and move logic to `DataConnector` (#11282) 2022-01-05 21:23:57 +01:00
logging_ Add `LightningModule.lr_scheduler_step` (#10249) 2022-01-12 03:53:49 +00:00
optimization Use a dataclass as the scheduler config (#11443) 2022-01-18 20:23:32 +01:00
properties Skip strategy=ddp_spawn, accelerator=cpu, python>=3.9 tests (#10550) 2021-11-16 10:06:47 +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 Rename `_distrib_type` to `_strategy_type` (#11328) 2022-01-06 06:32:50 +00:00
test_dataloaders.py Deprecate `TrainerDataLoadingMixin` and move logic to `DataConnector` (#11282) 2022-01-05 21:23:57 +01: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 Deprecate `TrainerDataLoadingMixin` and move logic to `DataConnector` (#11282) 2022-01-05 21:23:57 +01:00
test_trainer.py Changes in preparation to #8578 (#11562) 2022-02-02 19:57:08 +00:00
test_trainer_cli.py Drop Python 3.6 support (#11117) 2021-12-21 17:06:15 +00:00