IDEA-Research / DN-DETR

[CVPR 2022 Oral] Official implementation of DN-DETR
Apache License 2.0
528 stars 57 forks source link

How to use --drop_lr_now #38

Closed LYMDLUT closed 1 year ago

LYMDLUT commented 1 year ago

Thank you for your excellent job! I wonder how to use and when to use --drop_lr_now? Thank you!

FengLi-ust commented 1 year ago

This is to drop the learning rate now. For example, if you train a 50 epoch result, you can use the 11th epoch checkpoint to drop its lr now and get 12 epoch (1x) setting results.

LYMDLUT commented 1 year ago

Thank you for your answer!