-
Notifications
You must be signed in to change notification settings - Fork 19
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
class ids for imagenet-100 #12
Comments
Hi! The 100 IDs we use are as follows. However, they should be deterministically set by the random seed (always set to 0 in our experiments). Hope this helps!
|
Thank you so much for clarification! |
Hi,
Thank you for providing the code for your interesting work. I am trying to reproduce the results on imagenet-100, however, the class ids are not provided in this repository. In data/imagenet.py it seems class selection is random. Can you please share the 100 class ids(Imagenet folder names ) that you used to generate your results?
The text was updated successfully, but these errors were encountered: