semantic-segmentation-pytorch
semantic-segmentation-pytorch copied to clipboard
How to get learning rate to decrease more slowly?
How should I change the value of lr_pow in order to make my learning rate decrease more slowly. Currently the lr_pow is at a default value of 0.9.
By using --lr_pow', default=0.9, type=float, help='power in poly to drop LR'