lightning/pytorch_lightning/callbacks
Jirka Borovec f278ac42c8
Revert/Fix: epoch indexing from 1, to be from 0 (#2289)
* Revert "deprecated: epoch indexing from 1 (#2206)"

This reverts commit f94b919b

* chlog

* grad index

* Apply suggestions from code review

* tests

* fix

* test
2020-06-19 23:39:53 -04:00
..
__init__.py Learning rate log callback (#1498) 2020-04-30 08:06:41 -04:00
base.py final cleanup for v0.8.0 (#2181) 2020-06-18 07:21:44 -04:00
early_stopping.py temporarily fixes early stopping bug (#2119) 2020-06-08 19:28:26 -04:00
gradient_accumulation_scheduler.py Revert/Fix: epoch indexing from 1, to be from 0 (#2289) 2020-06-19 23:39:53 -04:00
lr_logger.py replace train_percent_check with limit_train_batches (#2220) 2020-06-17 13:42:28 -04:00
model_checkpoint.py reduce test warnings (#2202) 2020-06-15 23:06:17 -04:00
progress.py Revert/Fix: epoch indexing from 1, to be from 0 (#2289) 2020-06-19 23:39:53 -04:00