IDEA-Research / DINO

[ICLR 2023] Official implementation of the paper "DINO: DETR with Improved DeNoising Anchor Boxes for End-to-End Object Detection"
Apache License 2.0
2.08k stars 228 forks source link

how to picke a good epoch to drop lr #229

Open onepeachbiubiubiu opened 9 months ago

onepeachbiubiubiu commented 9 months ago

Should I run a total of 2x or 3x with the same lr(1e-4), pick the highest one, resume it, and change the corresponding checkpoint about lr to drop lr ? Can you provide more specific details about it? Additionally, I noticed that in the 3x training with a 4-scale, the learning rate is dropped twice. Could you please provide more details about the training settings, such as the learning rate schedule or other relevant information? Thank you so much for your help.