lightning/tests/trainer
otaj e2ea9f045f
Add support for reloading the last checkpoint saved by passing `ckpt_path="last"` (#12816)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-05-05 08:32:58 +00: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_ Construct the hook kwargs inside each loop (#12100) 2022-05-03 17:08:02 +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 split trainer tests (#956) 2020-02-26 20:31:40 -05:00
test_config_validator.py Add a method signature check for `setup` (#12960) 2022-05-04 18:20:59 +00: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