-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to reproduce the 71+% accuracy of EVE-Image model. #7
Comments
Hi, We are currently short of hands to maintain past intern's work and cannot guarantee a release date. Nonetheless, there are following works based on a similar model and even transformer as listed on the leaderboard achieving better results. Those should serve as the SOTA baselines for your research on our dataset. Good luck. |
Could you please share the epoches of model you've trained? The paper suggestes 100 epoches as maximum but the model I reproduced converges so few epoches. 😥 |
@furukawayuan-Yao |
FYI, by extracting image feature map from raw image and bilinear interpolating to fixed size, I recently got a 70.86% test accuracy in the same experiment setting mentioned in your paper, which is similar to the 71.16% announced in your paper. |
@HearyShen Glad to hear that! |
Considering the paper's codes have not been released yet, I tried implementing the EVE-Image architecture according to your paper.
However, it looks difficult to reproduce the 71.16% top1 accuracy reported in your paper.
Would you please release your paper's codes?
The text was updated successfully, but these errors were encountered: