lyuwenyu / RT-DETR

[CVPR 2024] Official RT-DETR (RTDETR paddle pytorch), Real-Time DEtection TRansformer, DETRs Beat YOLOs on Real-time Object Detection. 🔥 🔥 🔥
Apache License 2.0
2.31k stars 259 forks source link

Validation loss stays constant #204

Open amndzr opened 7 months ago

amndzr commented 7 months ago

I uncommented the following code that calculates the validation loss. grafik

However, when training the model the validation loss stays constant and doesn't move a bit. I trained the model on the COCO Dataset and on my Custom Dataset and in both the validation loss stays the same.

e. g. COCO2017 grafik

e. g. Custom Dataset (I removed the scaling on the val loss) grafik

Im using the newest commit and the pytorch version. Additionally, I newly cloned the repository when training on the COCO2017 dataset.

Any help is appreciated.