lightning/pytorch_lightning/trainer
Rohit Gupta 7cca3859a7
Fix num_sanity_val_steps is clipped to limit_val_batches (#2917)
* Fix num_sanity_val_steps according to limit_val_steps

* fix test

* add num_sanity_batches

* pep

* update docstring in test

* add more test

* chlog

* update comments and docstring in test

Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
Co-authored-by: Adrian Wälchli <adrian.waelchli@inf.unibe.ch>
Co-authored-by: Ananya Harsh Jha <ananya@pytorchlightning.ai>
2020-08-21 20:11:31 +02:00
..
__init__.py tasks docs 2020-08-15 22:36:53 -04:00
auto_mix_precision.py added copyright notices (#3062) 2020-08-19 22:03:22 -04:00
callback_config.py added copyright notices (#3062) 2020-08-19 22:03:22 -04:00
callback_hook.py added copyright notices (#3062) 2020-08-19 22:03:22 -04:00
configuration_validator.py added copyright notices (#3062) 2020-08-19 22:03:22 -04:00
data_loading.py added copyright notices (#3062) 2020-08-19 22:03:22 -04:00
deprecated_api.py added copyright notices (#3062) 2020-08-19 22:03:22 -04:00
distrib_data_parallel.py ddp fix for trainer.test() + add basic ddp tests (#2997) 2020-08-16 11:19:57 -04:00
distrib_parts.py add apex test (#2921) 2020-08-13 10:03:13 -04:00
evaluation_loop.py flake8 fixes (#3064) 2020-08-20 07:45:22 -04:00
ignored_warnings.py added copyright notices (#3062) 2020-08-19 22:03:22 -04:00
logging.py added copyright notices (#3062) 2020-08-19 22:03:22 -04:00
lr_finder.py added copyright notices (#3062) 2020-08-19 22:03:22 -04:00
model_hooks.py added copyright notices (#3062) 2020-08-19 22:03:22 -04:00
optimizers.py refactor 1/n for v1.0.0 (#2704) 2020-07-25 14:38:51 -04:00
states.py added copyright notices (#3062) 2020-08-19 22:03:22 -04:00
supporters.py added copyright notices (#3062) 2020-08-19 22:03:22 -04:00
trainer.py Fix num_sanity_val_steps is clipped to limit_val_batches (#2917) 2020-08-21 20:11:31 +02:00
training_io.py added copyright notices (#3062) 2020-08-19 22:03:22 -04:00
training_loop.py Add checkpoint saving on graceful shutdown (ctr+c) (#3067) 2020-08-20 06:13:34 -04:00
training_tricks.py fix setting batch_size attribute in batch_size finder (finishing PR #2523) (#3043) 2020-08-19 19:01:55 -04:00