I have some questions about CyclicHook #3021
Unanswered
zhangtingyu11
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I run code based on the mmdetection3d respository, and I found that the Learning rate scheduler is used the hook in MMCV. And the config is like this.
I think it is an OneCycler Schedular with name of cyclic, because the
cyclic_times
is 1. And for OneCycler, its initail parameters arepct_start=0.4, base_momentum=0.85, max_momentum = 0.95, div_factor = 10, final_div_factor = 1e4
. Is it right?Beta Was this translation helpful? Give feedback.
All reactions