lightning/pytorch_lightning/callbacks
chaton c9622bafe0
[feat] Add Trainer(stochastic_weight_avg=True/False) (#6038)
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Kaushik B <45285388+kaushikb11@users.noreply.github.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2021-02-17 23:10:05 +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 Document exceptions in callbacks (#5541) 2021-02-15 10:24:36 +00:00
quantization.py Quantisation (#5706) 2021-02-11 07:04:57 -05:00
swa.py [feat] Add Trainer(stochastic_weight_avg=True/False) (#6038) 2021-02-17 23:10:05 +00:00