lightning/tests/trainer/flags
Nik a758d900ec
Support `val_check_interval` values higher than number of training batches (#11993)
Co-authored-by: rohitgr7 <rohitgr1998@gmail.com>
2022-04-21 09:35:53 +00:00
..
__init__.py
test_check_val_every_n_epoch.py Support `val_check_interval` values higher than number of training batches (#11993) 2022-04-21 09:35:53 +00:00
test_env_vars.py Deprecate `Trainer.devices` in favor of `Trainer.num_devices` and `Trainer.device_ids` (#12151) 2022-03-18 12:38:57 -07:00
test_fast_dev_run.py Rename loggers/base.py to loggers/logger.py and changed LightningLoggerBase to Logger (#12014) 2022-04-08 19:41:46 +00:00
test_limit_batches.py Describe the behavior with `limit_*_batches=1|1.0` (#11950) 2022-02-21 15:12:03 +01:00
test_min_max_epochs.py added UserWarnings if max_epochs not set in the Trainer class (#10700) 2021-12-06 09:44:25 +00:00
test_overfit_batches.py Enable validation during overfitting (#12527) 2022-03-31 18:04:58 +00:00
test_val_check_interval.py Support `val_check_interval` values higher than number of training batches (#11993) 2022-04-21 09:35:53 +00:00