WongKinYiu / yolov7

Implementation of paper - YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors
GNU General Public License v3.0
13.41k stars 4.23k forks source link

pytorch AdamW instead of Adam #2084

Open hanochk opened 2 months ago

hanochk commented 2 months ago

HI, the Adam optimizer used is old and not full proof as the fixed version AdamW. What haven't you modified to the better option ?