-
Notifications
You must be signed in to change notification settings - Fork 158
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
Wrong predict results of MOAT-4 using MOAT ImageNet-pretrained checkpoints #144
Comments
Thanks for your interest! We have just updated the checkpoints, adding the moving mean and moving variance for the BN layers in models. Now they are ready for direct evaluation on the ImageNet-1k validation dataset. We have tested on our end, and the scores of all the models can be reproduced. |
Thanks for your reply and checkpoints updating! I tried to evaluate ImageNet-1k validation dataset with new pretrained weight:
Also, here is my configuration of the model.
I would be grateful if you could tell me what mistake I made. |
Same issue. |
I have three suggestions that may help you:
Also, please note that the checkpoints are to serve the downstream tasks. |
@Chenglin-Yang @wyw1993121 @edwardyehuang , Can you load an example of code to finetuning the MOAT model? |
Thanks for sharing of MOAT-4 model.
I tried to use MOAT-4 model with the following pretrained weight to evaluate ImageNet-1k validation dataset:
MOAT-4 (initial_checkpoint)
However, almost all predicted results are not correct and I don't know why it happens. I would appreciate your insights on the following questions:
I would appreciate your help. @aquariusjay
The text was updated successfully, but these errors were encountered: