lightning/tests/trainer/flags
Rohit Gupta 60850ef510
fix overfit_batch sampler replacement logic (#10486)
Co-authored-by: thomas chaton <thomas@grid.ai>
2021-11-15 22:31:45 +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_min_max_epochs.py Add `enable_model_summary` flag and deprecate `weights_summary` (#9699) 2021-10-13 17:20:54 +05:30
test_overfit_batches.py fix overfit_batch sampler replacement logic (#10486) 2021-11-15 22:31:45 +00:00
test_val_check_interval.py