lightning/tests/trainer
shantam-8 ddff6c1c7e Rename callbacks/base.py to callbacks/callback.py (#13031) 2022-05-19 13:25:25 +02:00
..
connectors Fix zero division error for empty dataloaders (#12885) 2022-05-03 20:40:30 +00:00
dynamic_args Add `enable_model_summary` flag and deprecate `weights_summary` (#9699) 2021-10-13 17:20:54 +05:30
flags Support `val_check_interval` values higher than number of training batches (#11993) 2022-04-21 09:35:53 +00:00
logging_ Rename callbacks/base.py to callbacks/callback.py (#13031) 2022-05-19 13:25:25 +02:00
optimization Make standalone tests less verbose (#12684) 2022-04-20 20:57:40 +02:00
properties Fix `trainer.logger` deprecation message (#12671) 2022-04-27 16:11:34 +02:00
__init__.py
test_config_validator.py Rename callbacks/base.py to callbacks/callback.py (#13031) 2022-05-19 13:25:25 +02:00
test_dataloaders.py Fix zero division error for empty dataloaders (#12885) 2022-05-03 20:40:30 +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 Deprecate `num_processes`,`gpus`, `tpu_cores`, and `ipus` from the Trainer constructor (#11040) 2022-04-10 17:10:05 +00:00
test_trainer.py Add support for reloading the last checkpoint saved by passing `ckpt_path="last"` (#12816) 2022-05-05 08:32:58 +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