lightning/tests/trainer
Carlos Mocholí 3692eba807
Drop Python 3.6 support (#11117)
2021-12-21 17:06:15 +00:00
..
connectors Move `CheckpointConnector.fault_tolerant_auto_save_path` out of `CheckpointConnector.hpc_resume_path` (#11092) 2021-12-21 02:24:01 +01:00
dynamic_args Add `enable_model_summary` flag and deprecate `weights_summary` (#9699) 2021-10-13 17:20:54 +05:30
flags added UserWarnings if max_epochs not set in the Trainer class (#10700) 2021-12-06 09:44:25 +00:00
logging_ 3/n Simplify spawn plugins: Merge `pre_dispatch` and `setup` logic (#11137) 2021-12-20 17:41:22 +01:00
optimization Rename the `TrainingTypePlugin` base to `Strategy` (#11120) 2021-12-20 12:50:11 +00:00
properties Skip strategy=ddp_spawn, accelerator=cpu, python>=3.9 tests (#10550) 2021-11-16 10:06:47 +05:30
__init__.py
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 Fix the num_batches value in warning (#10980) 2021-12-14 18:05:42 +00:00
test_dataloaders.py Prune EvalModelTemplate (3/n) (#10971) 2021-12-17 19:10:52 +01:00
test_progress.py Use `completed` over `processed` in `reset_on_restart` (#9656) 2021-09-23 16:11:55 +05:30
test_states.py
test_supporters.py Fail the test when a `DeprecationWarning` is raised (#9940) 2021-11-17 23:41:50 +01:00
test_trainer.py Rename `DDPPlugin` to `DDPStrategy` (#11142) 2021-12-21 08:55:51 +00:00
test_trainer_cli.py Drop Python 3.6 support (#11117) 2021-12-21 17:06:15 +00:00