lightning/pytorch_lightning/callbacks
Hadrien Mary be244560b2
Callbacks [wip] (#889)
* Add callback system + associated test

* Add trainer and pl_module args to callback methods

* typing

* typo in docstring

* Switch to on_.*_start()

* fix on_test_start

* fix the mess after rebasing
2020-02-25 23:17:27 -05:00
..
__init__.py Split callbacks (#849) 2020-02-22 21:45:34 -05:00
base.py Callbacks [wip] (#889) 2020-02-25 23:17:27 -05:00
early_stopping.py Callbacks [wip] (#889) 2020-02-25 23:17:27 -05:00
gradient_accumulation_scheduler.py Callbacks [wip] (#889) 2020-02-25 23:17:27 -05:00
model_checkpoint.py Callbacks [wip] (#889) 2020-02-25 23:17:27 -05:00