-
Notifications
You must be signed in to change notification settings - Fork 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
about imagenet-r #1
Comments
Hi, I will reproduce Split Imagenet-R in the future. How much better results did you get than paper? The results of reproducing Split CIFAR-100 as an official code also showed different results from the paper. I think it's likely the library difference between PyTorch and TensorFlow or the HW environment difference. If you have any additional comments, please feel free to let me know. Best, |
sorry i missed your reply. replyyes, i double checked your code, which is almost a replicate of the original jax code with API changed and i also checked the config to make sure it is the same as the author published. i got 85 for cifar, which is similar to you, but i got avg acc 79 for imagenet-r, which is 10% higher than the papre reported, which is quite bizzard. i currently simply do 1. add imagenet-r dataset and 2. modify config as the official one. do i miss anything? more questionsyou mentioned that you have run the official code with RTX3090. i was wondering how many card do you need? i tried to run that too, but my 8 3090 seems not enough for batch_size=128. thx a lot! i can tell you spend a lot of time reproducing the code, e.g., the difference between "torch.unique" and "jnp.unique". |
Hi, I don't know for sure because I haven't tested ImageNet-R yet.
Please reply if you need further discussion. Best, |
Thanks for your quick reply! |
Sorry for the delayed reply. I think I implemented the transformation and augmentation in the same way as the official code. However, I have succeeded in implementing the Split-ImageNet-R code and achieving reasonable results similar to the results of the paper and official code reproduction. I updated the code and README, so please check it. Please feel free to discuss. Best, |
thanks a lot, i followed the link about jax above and successfully ran the official code. |
what was the main factor of the 10% improvement for imgnet-R? What change led to the similar result with the paper? |
why not reproduce imagenet-r? i used your code to reproduce imagenet-r and i got significantly better results compared to the original paper? is there anything wrong?
The text was updated successfully, but these errors were encountered: