-
Notifications
You must be signed in to change notification settings - Fork 32
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
The checkpoint on iNat2018 #15
Comments
Hi, thanks for your interest in our work. We have already released the log file for checking. We are being dedicated to an improved version of PaCo. It will take some time to re-train it and release the models. |
Thanks for your quick reply, I've successfully reproduce the result. But I do think there is one tiny bug here Parametric-Contrastive-Learning/LT/paco_lt.py Line 530 in 4609959
which I think should be changed to total_logits = torch.empty((0, args.num_classes)).cuda()
|
Thanks for your suggestion. I will fix the issue. |
Thank you guys for your impressive work and releasing the code. I just wonder when will the checkpoint on iNat2018 be released? I'm looking forward to that. Thanks a lot!
The text was updated successfully, but these errors were encountered: