lightning/pytorch_lightning/callbacks
Jirka Borovec 064ae53d63
nb steps in early stop (#3909)
* nb steps

* if

* skip

* rev

* seed

* seed
2020-10-06 15:20:08 -04: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 nb steps in early stop (#3909) 2020-10-06 15:20:08 -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 init nan for checkpointing (#3863) 2020-10-05 07:36:12 -04:00
progress.py Fix val_progress_bar total with num_sanity_val_steps (#3751) 2020-10-04 08:32:18 -04:00