WongKinYiu / yolov9

Implementation of paper - YOLOv9: Learning What You Want to Learn Using Programmable Gradient Information
GNU General Public License v3.0
8.89k stars 1.4k forks source link

Trainin result shows that val losses are 0 #264

Open darkstar1227 opened 6 months ago

darkstar1227 commented 6 months ago

image image

Youho99 commented 6 months ago

Check #132 Val Losses are not yet implemented for Yolov9 models Use val_dual.py instead

Visiblemiracle commented 6 months ago

try to reduce epochs number

jasfa commented 5 months ago

I trained yolov9-c with train_dual-py, where val_dual-py was used, and val/loss was still 0

Kevin-Lab777 commented 5 months ago

@WongKinYiu 是用val_dual.py 应该也是0吧

babakbch commented 3 months ago

same problem here :(