zeshengzong
|
5eebcb991a
|
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
|
2025-04-14 09:53:38 +00:00 |
|