lightning/tests/trainer
jjenniferdai d4a4b77906
[3/3] Update lightning callbacks to `Stateful`, deprecations for old `on_save/load_checkpoint` signatures (#11887)
2022-03-25 00:06:10 +00:00
..
connectors [3/3] Update lightning callbacks to `Stateful`, deprecations for old `on_save/load_checkpoint` signatures (#11887) 2022-03-25 00:06:10 +00:00
dynamic_args Add `enable_model_summary` flag and deprecate `weights_summary` (#9699) 2021-10-13 17:20:54 +05:30
flags Deprecate `Trainer.devices` in favor of `Trainer.num_devices` and `Trainer.device_ids` (#12151) 2022-03-18 12:38:57 -07:00
logging_ Do not print empty evaluation result tables (#12427) 2022-03-24 15:26:35 +05:30
optimization Remove manual optimization `find_unused_parameters` override (#12425) 2022-03-24 00:17:18 +00:00
properties Fix the case where logger=None is passed to Trainer (#12249) 2022-03-18 02:18:28 +00:00
__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 Deprecate `LightningModule.on_pretrain_routine_{start/end}` (#12122) 2022-03-04 22:17:08 -08:00
test_dataloaders.py Do not prefetch when possible (#12101) 2022-02-28 18:31:18 +00:00
test_progress.py fix typos (#11937) 2022-02-16 17:27:51 -08:00
test_states.py Deprecate `on_batch_start/on_batch_end` callback hooks (#11577) 2022-02-03 19:51:56 +00:00
test_supporters.py Update `tests/trainer/*.py` to use `devices` instead of `gpus` or `ipus` (#11697) 2022-02-09 09:40:22 +00:00
test_trainer.py [3/3] Update lightning callbacks to `Stateful`, deprecations for old `on_save/load_checkpoint` signatures (#11887) 2022-03-25 00:06:10 +00:00
test_trainer_cli.py Remove Accelerator.parallel_device_ids and deprecate Trainer.data_parallel_device_ids (#12072) 2022-03-23 22:18:30 +00:00