lightning/pytorch_lightning/callbacks
Adrian Wälchli b6dd1a3878
Fix typing in `pl.callbacks.lr_monitor` (#10802)
Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
2021-12-22 03:50:00 +00:00
..
progress remove redundant methods in RichProgressBar (#11100) 2021-12-17 17:40:31 +00:00
__init__.py Deprecate `ProgressBar` and rename it to `TQDMProgressBar` (#10134) 2021-11-01 11:42:21 +00:00
base.py Deprecate callback hooks `on_init_start` and `on_init_end` (#10940) 2021-12-08 07:42:19 +00:00
device_stats_monitor.py Add typing for `trainer.logger` (#11114) 2021-12-17 13:34:18 +01:00
early_stopping.py Deprecate Trainer.training_type_plugin in favor of trainer.strategy (#11141) 2021-12-22 02:11:43 +00:00
finetuning.py Fix typing for utilities.warnings (#11115) 2021-12-17 15:07:27 +01:00
gpu_stats_monitor.py Drop Python 3.6 support (#11117) 2021-12-21 17:06:15 +00:00
gradient_accumulation_scheduler.py Add typing to callbacks (#10001) 2021-10-20 10:22:03 +00:00
lambda_function.py Add on_exception callback hook (#9183) 2021-09-01 10:49:00 +02:00
lr_monitor.py Fix typing in `pl.callbacks.lr_monitor` (#10802) 2021-12-22 03:50:00 +00:00
model_checkpoint.py Deprecate Trainer.training_type_plugin in favor of trainer.strategy (#11141) 2021-12-22 02:11:43 +00:00
model_summary.py fix mypy typing for model summary (#9447) 2021-09-13 11:41:27 +02: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 Link to arxiv summary instead of pdf in pruning docs (#10282) 2021-11-01 14:02:11 +05:30
quantization.py Drop torch 1.6 testing (#10390) 2021-11-13 20:35:03 +00:00
rich_model_summary.py use ModuleNotFoundError instead of ImportError (#9867) 2021-10-11 05:57:37 +00:00
stochastic_weight_avg.py CI: precommit - docformatter (#8584) 2021-09-06 12:49:09 +00:00
timer.py Deprecate Trainer.training_type_plugin in favor of trainer.strategy (#11141) 2021-12-22 02:11:43 +00:00
xla_stats_monitor.py Deprecate Trainer.training_type_plugin in favor of trainer.strategy (#11141) 2021-12-22 02:11:43 +00:00