You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, I haven't done some experiments about learning rate. But I suggest you can set the lower lr at the beginning, because the higher lr may lead to less convergence.
However, choosing a suitable lr requires a lot of experiments, which is very time-consuming. So I think you can refer to some great baseline, such as ResNet, VGGNet.
Hi Jiwei!
Why you try a little bit more bigger learning rate in your training phase?
Or
You try some bigger lr like
lr = 3e-4
orlr = 1e-6
, can you suggest some useful experiential value?The text was updated successfully, but these errors were encountered: