lightning/pytorch_lightning/callbacks
Joseph Turian 22985d2f43
Improved EarlyStopping.patience documentation (#6278)
* Improved early stopping documentation

* Changed to 120 column format

* doc

* doc

* doc

Co-authored-by: Jirka Borovec <jirka.borovec@seznam.cz>
2021-03-02 15:01:07 +05:30
..
__init__.py cleaning SWA (#6259) 2021-03-01 19:10:27 +01:00
base.py Add checkpoint parameter to on_save_checkpoint (#6072) 2021-02-25 21:18:19 +05:30
early_stopping.py Improved EarlyStopping.patience documentation (#6278) 2021-03-02 15:01:07 +05:30
finetuning.py Document exceptions in callbacks (#5541) 2021-02-15 10:24:36 +00:00
gpu_stats_monitor.py Document exceptions in callbacks (#5541) 2021-02-15 10:24:36 +00:00
gradient_accumulation_scheduler.py Document exceptions in callbacks (#5541) 2021-02-15 10:24:36 +00:00
lambda_function.py formatting 3/n: PL modules (#5716) 2021-02-08 14:28:38 -05:00
lr_monitor.py Document exceptions in callbacks (#5541) 2021-02-15 10:24:36 +00:00
model_checkpoint.py Add checkpoint parameter to on_save_checkpoint (#6072) 2021-02-25 21:18:19 +05:30
progress.py Feature/5275 clean progress bar print (#5470) 2021-02-22 09:40:18 +00:00
pruning.py [ModelPruning] Add missing attribute with use_global_unstructured=False and verbose (#6045) 2021-02-18 10:40:34 +00:00
quantization.py Docs for Pruning, Quantization, and SWA (#6041) 2021-02-18 13:51:51 +00:00
stochastic_weight_avg.py cleaning SWA (#6259) 2021-03-01 19:10:27 +01:00