mobulan / IELT

Source code of the paper Fine-Grained Visual Classification via Internal Ensemble Learning Transformer
MIT License
41 stars 5 forks source link

result on cub_200_2011 #6

Closed HelloWangg closed 6 months ago

HelloWangg commented 7 months ago

HI,I reproduce this work,but I got the accuracy only 86%,where is the problem?Thanks a lot!

1084991943 commented 7 months ago

me too, in cub with 86% accuracy.

mobulan commented 7 months ago

me too, in cub with 86% accuracy.

This was caused by wrong learning rate, the old learning rate was suitable for APEX amp strategy. I have updated the learning rate to fit pytorch amp.