lightning/pytorch_lightning/callbacks
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 Learning rate log callback (#1498) 2020-04-30 08:06:41 -04:00
base.py Handle KeyboardInterrupt during training (#2134) 2020-06-15 12:35:26 +02:00
early_stopping.py temporarily fixes early stopping bug (#2119) 2020-06-08 19:28:26 -04:00
gradient_accumulation_scheduler.py changelog (#1616) 2020-04-26 16:11:22 -04:00
lr_logger.py LearningRateLogger in multi-scheduler setting (#1944) 2020-05-27 22:44:46 -04:00
model_checkpoint.py Finish Ananthsub patch 1 (enable prepare_data from correct processes). clarify local vs global rank (#2166) 2020-06-13 12:00:14 -04:00
progress.py fix porgressbar postfix order (#1874) 2020-05-18 20:33:51 -04:00