lightning/pytorch_lightning/callbacks
edenlightning 3449e2d79f
Docs for Pruning, Quantization, and SWA (#6041)
Co-authored-by: chaton <thomas@grid.ai>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Sean Naren <sean.narenthiran@gmail.com>
2021-02-18 13:51:51 +00:00
..
__init__.py [feat] Add Trainer(stochastic_weight_avg=True/False) (#6038) 2021-02-17 23:10:05 +00:00
base.py Typing: callback base (#5919) 2021-02-11 14:33:10 +00:00
early_stopping.py Document exceptions in callbacks (#5541) 2021-02-15 10:24:36 +00:00
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 [HotFix] Resolve TPU Training (#6027) 2021-02-17 16:40:13 +00:00
progress.py Prevent flickering progress bar (#6009) 2021-02-17 19:01:51 +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
swa.py Docs for Pruning, Quantization, and SWA (#6041) 2021-02-18 13:51:51 +00:00