lightning/tests/trainer
DuYicong515 31c68d107e
Remove `AcceleratorConnector.num_gpus` and deprecate `Trainer.num_gpus` (#12384)
2022-03-21 18:06:39 +01:00
..
connectors fix to avoid common hook warning if no hook is overridden (#12131) 2022-02-28 18:07:05 +05:30
dynamic_args
flags Deprecate `Trainer.devices` in favor of `Trainer.num_devices` and `Trainer.device_ids` (#12151) 2022-03-18 12:38:57 -07:00
logging_ add `state_dict`/`load_state_dict` to base `Callback` (#11998) 2022-03-04 02:41:48 +00:00
optimization Have the outputs match the loops format (#12182) 2022-03-08 18:10: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
test_config_validator.py
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 Remove `AcceleratorConnector.num_gpus` and deprecate `Trainer.num_gpus` (#12384) 2022-03-21 18:06:39 +01:00
test_trainer_cli.py Deprecate `weights_save_path` from the Trainer constructor (#12084) 2022-02-28 22:45:26 +00:00