Add missing callbacks to `callbacks.rst` (#9223)

This commit is contained in:
Kaushik B 2021-09-03 05:44:36 +05:30 committed by GitHub
parent ddb4dc2659
commit a7461bfc3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -97,6 +97,7 @@ Lightning has a few built-in callbacks.
BackboneFinetuning
BaseFinetuning
BasePredictionWriter
Callback
EarlyStopping
GPUStatsMonitor
@ -105,11 +106,12 @@ Lightning has a few built-in callbacks.
LearningRateMonitor
ModelCheckpoint
ModelPruning
BasePredictionWriter
ProgressBar
ProgressBarBase
RichProgressBar
QuantizationAwareTraining
StochasticWeightAveraging
XLAStatsMonitor
----------