kpm_rw_person_reid icon indicating copy to clipboard operation
kpm_rw_person_reid copied to clipboard

Accuracy decreases during training

Open linxiangyulxy opened this issue 3 years ago • 1 comments

Hi, @YantaoShen , thanks for your great work!

I download your pretrained models on CUHK03 dataset, and then run this commands: python examples/main.py -d cuhk03 -b 88 --features 2048 --alpha 0.95 --grp-num 2 --lr 0.000001 --ss 10 --epochs 10 --dropout 0.8 --combine-trainval --weight-decay 0 --retrain examples/logs/cuhk03-pretrained/model_best.pth.tar --logs-dir examples/logs/cuhk03-final-model

But I am getting lower accuracy during training.

Could you please let me know how to solve this problem? Thank you in advance!

linxiangyulxy avatar Jan 07 '22 05:01 linxiangyulxy

Hi there,

Thanks for your comments, I guess it is due to overfitting issue, could you provide more details like after how many epochs your model acc will drop?

Yantao

YantaoShen avatar Jan 27 '22 19:01 YantaoShen