-
Notifications
You must be signed in to change notification settings - Fork 12
Model checkpoints #15
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
Comments
Hello, |
Hello, Thank you for your reply. The attached images are the code that I used to evaluate your pre-trained model (CLOOB—ResNet50) on the Birdsnap test dataset (1,855 images). I have also tried the Country211 dataset, which gave me lower results than the one reported in the paper. Could you please go through my code and see if there are mistakes that I made? :( |
BTW, I got the same score (18.8) as the one in the paper for CIFAR100. |
Did you try cloning the repo again and without changing anything running the notebook again? |
Hello,
Are the checkpoints (e.g., CLOOB - ResNet50) that you provided the models pretrained on CC or YFCC?
When I ran your demo notebook, I got the zero-shot classification performance of 3.66% for CLOOB - ResNet50, which seems to be similar to results in Table 1 (3.06, CLOOB trained on CC) than Table 2 (28.9 CLOOB trained on YFCC).
The text was updated successfully, but these errors were encountered: