Replies: 1 comment
-
This is correct. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My understanding was as follows:
However, I have seen in some tutorials a number smaller than the basal learning rate is used for gamma. Does this mean that gamma is actually a factor by which we decrease the learning rate by after a set number of iterations?
For example, if my understanding is correct, then by setting:
cfg.SOLVER.BASE_LR = 0.001
cfg.SOLVER.GAMMA = 0.5
cfg.SOLVER.STEPS = (2500, 3500)
Then the learning rate will reduce by 50% at the 2500th and 3500th iteration?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions