lightning/pytorch_lightning/callbacks
Jeff Yang fe5b943965
Callback docs with autosummary (#3908)
* callback docs with autosummary

* do not show private methods

* callback base docstring
2020-10-06 17:28:45 -04:00
..
__init__.py Refactor GPUStatsMonitor to improve training speed (#3257) 2020-09-04 06:02:16 -04:00
base.py Callback docs with autosummary (#3908) 2020-10-06 17:28:45 -04:00
early_stopping.py Callback docs with autosummary (#3908) 2020-10-06 17:28:45 -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