How to set cosine lr scheduler? #3296
Unanswered
lucasjinreal
asked this question in
Q&A
Replies: 1 comment 1 reply
-
If you're using yacs/yaml config, it can be set by SOLVER.LR_SCHEDULER_NAME="WarmupCosineLR" |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I try train YOLOv3 single stage model, the lr hardly converge on coco. I am also adopt all YOLOX model define and hard to make it converge on coco.
But lr can work on custom dataset (50k images with 4 classes).
SO i am think of it's because of cosine lr sheduler problem or not, is there a standered way to open cosine lr scheduler?
I know there is a
WarmupCosineLR
but as detectron2 official says it was deprecated. What's the way to specific it now?Beta Was this translation helpful? Give feedback.
All reactions