lightning/pytorch_lightning/core
david-alexander-white d8cbf8d60c
updated early stopping docs (#1410)
* remove incorrect comment in training_step

* added comment for on_batch_start in hooks.py

* update early stopping docs

* typo fix

* whitespace fix

* Apply suggestions from code review

* Update docs/source/early_stopping.rst

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2020-04-08 08:38:53 -04:00
..
__init__.py Remove unnecessary parameters to super() in documentation and source code (#1240) 2020-03-27 12:36:50 +00:00
decorators.py cleaning imports (#1032) 2020-03-12 12:41:37 -04:00
grads.py Type Hints for Lightning Core (#946) 2020-03-12 12:47:23 -04:00
hooks.py updated early stopping docs (#1410) 2020-04-08 08:38:53 -04:00
lightning.py updated early stopping docs (#1410) 2020-04-08 08:38:53 -04:00
memory.py Change min max gpu memory to be on their own plots (#1358) 2020-04-03 14:59:27 -04:00
model_saving.py Test deprecated API for 0.8.0 and 0.9.0 (#1071) 2020-03-06 21:36:44 +01:00
root_module.py Test deprecated API for 0.8.0 and 0.9.0 (#1071) 2020-03-06 21:36:44 +01:00
saving.py change default logger to dedicated one (#1064) 2020-03-17 18:44:00 -04:00