lightning/tests/trainer
Rohit Gupta 5d2d9b09df
Avoid patching common `DataHooks` to the `LightningModule` (#10603)
2022-02-25 09:26:59 +01:00
..
connectors Avoid patching common `DataHooks` to the `LightningModule` (#10603) 2022-02-25 09:26:59 +01:00
dynamic_args
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 Create loggers property for Trainer and LightningModule (#11683) 2022-02-09 23:39:41 +01:00
__init__.py
test_config_validator.py
test_data_loading.py Remove `Trainer._strategy_type` (#11990) 2022-02-21 13:39:30 +00:00
test_dataloaders.py Avoid loading dataloaders if `limit_batches=0` (#11576) 2022-02-22 11:33:53 +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 Default `benchmark` based on `deterministic` flag (#11944) 2022-02-24 19:06:03 +00:00
test_trainer_cli.py Rewrite accelerator_connector (#11448) 2022-02-17 23:38:39 +00:00