-
Notifications
You must be signed in to change notification settings - Fork 9
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
How to eval #3
Comments
I've updated the README.md with instructions for evaluating the fine-tuned models on ImageNet. Hope this helps! |
Thanks! I run this scripts python mae_lite/tools/eval.py -b 512 -d 7 -f projects/eval_tools/finetuning_exp.py But it encountered an error while loading the model, with some Missing keys and Unexpected keys,Did I use the correct model and exp file? |
Please check if you use the latest version of the code. We updated some code for evaluation in the latest commit. |
Thanks! |
Can you please tell me what the instructions for testing the pre-trained model you provided are?
The text was updated successfully, but these errors were encountered: