lightning/tests/trainer
Simon-Martin Schröder fd1693e289
Handle KeyboardInterrupt during training (#2134)
* Handle KeyboardInterrupt during training

Fixes #2079.

* chlog

* Fix whitespace

* Update callback_hook.py

* Update base.py

* Update training_loop.py

* Update test_trainer.py

* Update CHANGELOG.md

Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>

* Update CHANGELOG.md

* on_keyboard_interrupt

Co-authored-by: Jirka <jirka@pytorchlightning.ai>
Co-authored-by: William Falcon <waf2107@columbia.edu>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
2020-06-15 12:35:26 +02:00
..
__init__.py split trainer tests (#956) 2020-02-26 20:31:40 -05:00
test_checks.py replace Hparams by init args (#1896) 2020-05-24 18:59:08 -04:00
test_dataloaders.py increase acc (#2039) 2020-06-03 08:28:19 -04:00
test_lr_finder.py remove deprecated API for v0.8 (#2073) 2020-06-12 14:37:52 -04:00
test_optimizers.py remove deprecated API for v0.8 (#2073) 2020-06-12 14:37:52 -04:00
test_trainer.py Handle KeyboardInterrupt during training (#2134) 2020-06-15 12:35:26 +02:00
test_trainer_cli.py handle unknown args passed to Trainer.from_argparse_args (#1932) 2020-05-25 16:01:29 -04:00
test_trainer_tricks.py remove deprecated API for v0.8 (#2073) 2020-06-12 14:37:52 -04:00