tinyvision / DAMO-YOLO

DAMO-YOLO: a fast and accurate object detection method with some new techs, including NAS backbones, efficient RepGFPN, ZeroHead, AlignedOTA, and distillation enhancement.
Apache License 2.0
3.75k stars 470 forks source link

About learning rate #103

Open LZHgrla opened 1 year ago

LZHgrla commented 1 year ago

Before Asking

Search before asking

Question

The learning rate reported on your paper is 0.4, but it is 0.01/64 256 (link) and 0.001/64 256 (link) in your code.

I wonder which one is correct? Thanks!

Additional

No response