lightning/pytorch_lightning/callbacks
Carlos Mocholí 334675e710
Deprecate `ModelCheckpoint.save_checkpoint` (#12456)
2022-03-28 17:36:26 +00:00
..
progress Update TQDM progress bar tracking with multiple dataloaders (#11657) 2022-03-25 15:13:35 +00:00
__init__.py Deprecate `ProgressBar` and rename it to `TQDMProgressBar` (#10134) 2021-11-01 11:42:21 +00:00
base.py [3/3] Update lightning callbacks to `Stateful`, deprecations for old `on_save/load_checkpoint` signatures (#11887) 2022-03-25 00:06:10 +00:00
device_stats_monitor.py Integrate global step with progress tracking (#11805) 2022-03-07 19:21:37 +00:00
early_stopping.py [3/3] Update lightning callbacks to `Stateful`, deprecations for old `on_save/load_checkpoint` signatures (#11887) 2022-03-25 00:06:10 +00:00
fault_tolerance.py Add callback to manage fault-tolerance checkpoints (#11862) 2022-02-22 13:55:29 +00:00
finetuning.py [3/3] Update lightning callbacks to `Stateful`, deprecations for old `on_save/load_checkpoint` signatures (#11887) 2022-03-25 00:06:10 +00:00
gpu_stats_monitor.py Deprecate `Trainer.gpus` (#12436) 2022-03-27 16:53:28 +02:00
gradient_accumulation_scheduler.py Update training tricks docs (#11169) 2022-01-12 16:26:03 +00:00
lambda_function.py Add on_exception callback hook (#9183) 2021-09-01 10:49:00 +02:00
lr_monitor.py Integrate global step with progress tracking (#11805) 2022-03-07 19:21:37 +00:00
model_checkpoint.py Deprecate `ModelCheckpoint.save_checkpoint` (#12456) 2022-03-28 17:36:26 +00:00
model_summary.py Deprecate callback hooks `on_pretrain_routine_{start,end}` (#11794) 2022-02-24 19:32:48 +00:00
prediction_writer.py [bugfix] Always return batch indices to prevent duplicated logic for the users (#9432) 2021-09-14 14:40:19 +00:00
pruning.py [3/3] Update lightning callbacks to `Stateful`, deprecations for old `on_save/load_checkpoint` signatures (#11887) 2022-03-25 00:06:10 +00:00
quantization.py Support loading a checkpoint with QAT (#11346) 2022-03-28 16:58:33 +02:00
rich_model_summary.py Fix inconsistent exceptions raised with no `rich` installed (#11360) 2022-01-12 03:55:51 +00:00
stochastic_weight_avg.py Fix SWA LR scheduler not being stepped (#12446) 2022-03-27 15:49:41 +00:00
timer.py [3/3] Update lightning callbacks to `Stateful`, deprecations for old `on_save/load_checkpoint` signatures (#11887) 2022-03-25 00:06:10 +00:00
xla_stats_monitor.py Refactor codebase to use `trainer.loggers` over `trainer.logger` when needed (#11920) 2022-02-25 16:01:04 -08:00