mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Add scripts to generate plots of LRSchedulers (#149189)
Fixes #92007 ## Changes - Add script to generate plots for `lr_scheduler` - Add plots to `lr_scheduler` docs - Add example section if it missing in `lr_scheduler` docs ## Test Result ### LambdaLR  ### MultiplicativeLR  ### StepLR  ### MultiStepLR  ### ConstantLR  ### LinearLR  ### ExponentialLR  ### PolynomialLR  ### CosineAnnealingLR  ### ChainedScheduler  ### SequentialLR  ### ReduceLROnPlateau  ### CyclicLR  ### OneCycleLR  ### CosineAnnealingWarmRestarts  Pull Request resolved: https://github.com/pytorch/pytorch/pull/149189 Approved by: https://github.com/janeyx99
This commit is contained in:
committed by
PyTorch MergeBot
parent
5a64476ed6
commit
5eebcb991a
1
.gitignore
vendored
1
.gitignore
vendored
@ -178,6 +178,7 @@ compile_commands.json
|
||||
*.egg-info/
|
||||
docs/source/scripts/activation_images/
|
||||
docs/source/scripts/quantization_backend_configs/
|
||||
docs/source/scripts/lr_scheduler_images/
|
||||
|
||||
## General
|
||||
|
||||
|
Reference in New Issue
Block a user