lightning/tests/trainer
Rohit Gupta b7331d80dc
Disable eval dataloaders replacement during overfitting (#10877)
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
2021-12-03 14:11:43 +01:00
..
connectors Fix `SignalConnector._has_already_handler` check for callable type (#10483) 2021-11-30 22:47:52 +00:00
dynamic_args Add `enable_model_summary` flag and deprecate `weights_summary` (#9699) 2021-10-13 17:20:54 +05:30
flags Disable eval dataloaders replacement during overfitting (#10877) 2021-12-03 14:11:43 +01:00
logging_ Disable batch_size extraction for torchmetric instances (#10815) 2021-11-30 20:47:05 +00:00
optimization 2/n Move Precision Plugin into strategy - move optimizer related logics (#10596) 2021-11-30 08:31:23 +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 Disable eval dataloaders replacement during overfitting (#10877) 2021-12-03 14:11:43 +01:00
test_dataloaders.py Minor changes in preparation for saving the loops state (#10783) 2021-11-30 19:37:04 +05:30
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 Do not require omegaconf to run tests (#10832) 2021-11-30 14:48:03 +00:00
test_trainer_cli.py Change default value of the `max_steps` Trainer argument from `None` to `-1` (#9460) 2021-10-25 20:21:33 +00:00