lightning/tests/trainer
Carlos Mocholí 6309a59c3c
Do not prefetch when possible (#12101)
2022-02-28 18:31:18 +00:00
..
connectors fix to avoid common hook warning if no hook is overridden (#12131) 2022-02-28 18:07:05 +05:30
dynamic_args Add `enable_model_summary` flag and deprecate `weights_summary` (#9699) 2021-10-13 17:20:54 +05:30
flags Describe the behavior with `limit_*_batches=1|1.0` (#11950) 2022-02-21 15:12:03 +01:00
logging_ Fix `current_epoch` value on training end (#8578) 2022-02-10 17:55:59 +01:00
optimization Support optimizer step progress tracking with manual optimization (#11848) 2022-02-16 21:27:27 +00:00
properties Add `estimated_stepping_batches` property to `Trainer` (#11599) 2022-02-28 12:40:48 +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 Remove `Trainer._strategy_type` (#11990) 2022-02-21 13:39:30 +00: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_nodes` (#12107) 2022-02-28 09:53:38 +00:00
test_trainer_cli.py Add support for pluggable Accelerators (#12030) 2022-02-28 21:36:23 +05:30