-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Closed
Description
Hi,
In the
pytorch/torch/optim/lr_scheduler.py
Lines 86 to 89 in e9ef20e
| >>> # Assuming optimizer uses lr = 0.5 for all groups | |
| >>> # lr = 0.05 if epoch < 30 | |
| >>> # lr = 0.005 if 30 <= epoch < 60 | |
| >>> # lr = 0.0005 if 60 <= epoch < 90 |
If I understand it correctly, it should be [0.5, 0.05, 0.005, ...].
Metadata
Metadata
Assignees
Labels
No labels