CSAILVision / semantic-segmentation-pytorch

Pytorch implementation for Semantic Segmentation/Scene Parsing on MIT ADE20K dataset
http://sceneparsing.csail.mit.edu/
BSD 3-Clause "New" or "Revised" License
4.92k stars 1.1k forks source link

How to get learning rate to decrease more slowly? #261

Open yajain opened 3 years ago

yajain commented 3 years ago

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.

jayhsu0627 commented 1 year ago

By using --lr_pow', default=0.9, type=float, help='power in poly to drop LR'