mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
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