lightning/tests/trainer
Rohit Gupta 823bfa6f8a
Update `LightningModule` docs (#10637)
2021-11-23 01:02:04 +05:30
..
connectors Don't register signal in thread (#10610) 2021-11-19 04:13:35 +01:00
dynamic_args Add `enable_model_summary` flag and deprecate `weights_summary` (#9699) 2021-10-13 17:20:54 +05:30
flags Fail the test when a `DeprecationWarning` is raised (#9940) 2021-11-17 23:41:50 +01:00
logging_ Fix `move_metrics_to_cpu` with evaluation (#10631) 2021-11-22 15:58:21 +00:00
optimization Update recommendation on `dataloader_idx` (#10318) 2021-11-04 01:39:55 +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 Extract dataloader utilities from `TrainerDataLoadingMixin` (#10145) 2021-11-19 12:45:35 +00:00
test_dataloaders.py Update `LightningModule` docs (#10637) 2021-11-23 01:02:04 +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 Fail the test when a `DeprecationWarning` is raised (#9940) 2021-11-17 23:41:50 +01:00
test_trainer.py Fail the test when a `DeprecationWarning` is raised (#9940) 2021-11-17 23:41:50 +01: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