lightning/pytorch_lightning/callbacks
Carlos Mocholí e70aea7642
Allow ModelCheckpoint monitor to be None (#3633)
* Fix ModelCheckpoint period

* Test for less epochs
2020-09-25 15:54:04 +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 Allow ModelCheckpoint monitor to be None (#3633) 2020-09-25 15:54:04 +02:00
progress.py docs: use ref for anchor links, fix a few typo (#3486) 2020-09-13 21:04:21 -04:00