lightning/pytorch_lightning/callbacks
Rohit Gupta 55f5e2d170 Fix `TQDMProgressBar` reset and update to show correct time estimation (#12889)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-05-03 14:54:54 -04:00
..
progress Fix `TQDMProgressBar` reset and update to show correct time estimation (#12889) 2022-05-03 14:54:54 -04: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 Fix support for `ModelCheckpoint` monitors with dots (#12783) 2022-04-27 12:02:16 -04: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 Fuse_modules in a qat-respecting way (#12891) 2022-05-03 14:54:54 -04:00
rich_model_summary.py Use a single instance of `rich.console.Console` throughout the codebase (#12886) 2022-05-03 14:54:54 -04: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 Remove `AcceleratorConnector.tpu_cores` and Deprecate `Trainer.tpu_cores` (#12437) 2022-03-29 04:37:22 +02:00