bearpaw / pytorch-pose

A PyTorch toolkit for 2D Human Pose Estimation.
GNU General Public License v3.0
1.11k stars 253 forks source link

learning rate adjustment #84

Closed nitba closed 5 years ago

nitba commented 5 years ago

Hi @bearpaw the plot from log file shows that network is trained for 220 epoch and we have adjustment on 150th epoch, but in code , I did not find any adjustment , would you please share adjustment for learning rate to get your results?

bearpaw commented 5 years ago

You can use arguments to set the epoch, lr, and lr decay strategy