lightning/tests/trainer/flags
Rajath Bharadwaj 7914e5c157
added UserWarnings if max_epochs not set in the Trainer class (#10700)
2021-12-06 09:44:25 +00:00
..
__init__.py
test_check_val_every_n_epoch.py
test_env_vars.py Change default value of the `max_steps` Trainer argument from `None` to `-1` (#9460) 2021-10-25 20:21:33 +00:00
test_fast_dev_run.py Make `monitor` required arg of EarlyStopping callback (#10328) 2021-11-09 18:08:03 +00:00
test_limit_batches.py Disable eval dataloaders replacement during overfitting (#10877) 2021-12-03 14:11:43 +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 Disable eval dataloaders replacement during overfitting (#10877) 2021-12-03 14:11:43 +01:00
test_val_check_interval.py