tjddus9597 / LabelRelaxation-CVPR21

Official PyTorch Implementation of Embedding Transfer with Label Relaxation for Improved Metric Learning, CVPR 2021
MIT License
41 stars 6 forks source link

improve the accuracy71.8----72.1 #4

Closed zhanghanqi closed 2 years ago

zhanghanqi commented 3 years ago

lr=0.0001, weight_decay=0.0001, cub embedding-size=512, optim=adamw The target accuracy rate should be 72.1. After running many experiments, it is only 71.8. Are there any tips to improve the accuracy rate to 72.1?

kdwonn commented 2 years ago

Sorry for the late reply. Actually, a variation of about 0.3 in accuracy could easily appear due to randomness of code/difference of device and environment. Running the code multiple times will give you a similar accuracy as reported.

Thank you!