lightning/pytorch_lightning/callbacks
Carlos Mocholí 3b2efe5b2a
Fix ModelCheckpoint period (#3630)
* Fix ModelCheckpoint period

* Remove comma

* Minor changes

* skip check

* Revert "skip check"

Already pushed to master

This reverts commit 00d9e77b81.

Co-authored-by: Jirka Borovec <jirka@pytorchlightning.ai>
2020-09-29 15:36:45 +02:00
..
__init__.py Refactor GPUStatsMonitor to improve training speed (#3257) 2020-09-04 06:02:16 -04:00
base.py callback method for on_save_checkpoint (#2501) 2020-08-28 16:50:52 +02:00
early_stopping.py ref: result 1/n (make monitor default to checkpoint_on to simplify re… (#3571) 2020-09-20 22:58:43 -04:00
gpu_stats_monitor.py Split GPUStatsMonitor function (#3644) 2020-09-25 07:30:30 +02:00
gpu_usage_logger.py Refactor GPUStatsMonitor to improve training speed (#3257) 2020-09-04 06:02:16 -04:00
gradient_accumulation_scheduler.py Add stronger typing to gradient accumulation scheduler callback (#3558) 2020-09-23 20:22:10 +02:00
lr_logger.py Changed LearningRateLogger to LearningRateMonitor (#3251) 2020-09-03 18:17:15 +00:00
lr_monitor.py Changed LearningRateLogger to LearningRateMonitor (#3251) 2020-09-03 18:17:15 +00:00
model_checkpoint.py Fix ModelCheckpoint period (#3630) 2020-09-29 15:36:45 +02:00
progress.py docs: use ref for anchor links, fix a few typo (#3486) 2020-09-13 21:04:21 -04:00