Skip to content
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

Closed
Duconnor opened this issue Apr 26, 2022 · 3 comments
Closed

The checkpoint on iNat2018 #15

Duconnor opened this issue Apr 26, 2022 · 3 comments

Comments

@Duconnor
Copy link

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!

@jiequancui
Copy link
Collaborator

Hi, thanks for your interest in our work.

We have already released the log file for checking.
If you met problems with reproduction, welcome to discuss them with me.

We are being dedicated to an improved version of PaCo. It will take some time to re-train it and release the models.

@Duconnor
Copy link
Author

Duconnor commented May 9, 2022

Thanks for your quick reply, I've successfully reproduce the result. But I do think there is one tiny bug here

total_logits = torch.empty((0, 1000)).cuda()

which I think should be changed to
total_logits = torch.empty((0, args.num_classes)).cuda()

@jiequancui
Copy link
Collaborator

Thanks for your suggestion.

I will fix the issue.

@Duconnor Duconnor closed this as completed May 9, 2022
@jiequancui jiequancui pinned this issue May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants