-
Notifications
You must be signed in to change notification settings - Fork 211
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
[RPG] Regarding the accuracy measurement #140
Comments
Thank you very much for raising this question. Let me check... My basic intuition doing this is that I found ImageNet accuracy would fluctuate by around 0.1% at the last several epochs. Thus, I wrote a code that simply read the value to the 'best_prec1' key for the model state dict as the result and I followed this convention for CIFAR-10. This worked perfectly well for ImageNet, but it did not occur to me that the practice could cause problems on CIFAR. I will re-implement these experiments and try to figure the problem out. |
I checked the experiments as follows: The following modifications will be made in the following couple of days:
I really appreciate your effort figuring this bug out! |
Thank you for answering my question and confirming it with your own experiments. |
Hi Acasia, Sorry for replying late! Here are some updates after thorough checking:
Here are some additional comments:
Thanks again for raising this issue! I hope my response helps. |
#139 (comment)
I created a new issue because I can't reopen the existing issue.
Hello, As mentioned in the link above, I successfully reimplemented CIFAR-10 using the best accuracy.
I have checked that the best accuracy matches the accuracy in the paper's table. However, isn't the best accuracy different from the target sparsity? If it is correct to use the best accuracy, could you explain why the best accuracy was used instead of the last accuracy?
The text was updated successfully, but these errors were encountered: