lightning/pytorch_lightning/callbacks
Adrian Wälchli eda53d70c3
update docs for ModelCheckpoint save_last (#12332)
2022-03-19 20:15:54 +00:00
..
progress Refactor codebase to use `trainer.loggers` over `trainer.logger` when needed (#11920) 2022-02-25 16:01:04 -08:00
__init__.py
base.py add `state_dict`/`load_state_dict` to base `Callback` (#11998) 2022-03-04 02:41:48 +00:00
device_stats_monitor.py Integrate global step with progress tracking (#11805) 2022-03-07 19:21:37 +00:00
early_stopping.py Centralize rank_zero_only utilities into their own module (#11747) 2022-02-07 08:09:55 +00:00
fault_tolerance.py Add callback to manage fault-tolerance checkpoints (#11862) 2022-02-22 13:55:29 +00:00
finetuning.py Fixed a small issue in the documentation for FeatureExtractorFreezeUnfreeze (#12049) 2022-02-23 13:03:34 +00:00
gpu_stats_monitor.py Integrate global step with progress tracking (#11805) 2022-03-07 19:21:37 +00:00
gradient_accumulation_scheduler.py
lambda_function.py
lr_monitor.py Integrate global step with progress tracking (#11805) 2022-03-07 19:21:37 +00:00
model_checkpoint.py update docs for ModelCheckpoint save_last (#12332) 2022-03-19 20:15:54 +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
pruning.py Centralize rank_zero_only utilities into their own module (#11747) 2022-02-07 08:09:55 +00:00
quantization.py fix typos (#11937) 2022-02-16 17:27:51 -08:00
rich_model_summary.py
stochastic_weight_avg.py Fix `current_epoch` value on training end (#8578) 2022-02-10 17:55:59 +01:00
timer.py Centralize rank_zero_only utilities into their own module (#11747) 2022-02-07 08:09:55 +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