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

Accuracy drop using pretrained NIN model. #77

Open
analog75 opened this issue Sep 26, 2019 · 3 comments
Open

Accuracy drop using pretrained NIN model. #77

analog75 opened this issue Sep 26, 2019 · 3 comments

Comments

@analog75
Copy link

analog75 commented Sep 26, 2019

Hi. Thank you for your uploading. I have downloaded NIN cifar10 pretrained model and load it. Then, I run the inference evaluation. At this time. the accuracy is just only 59.36%. In this evaluation, there is no modification and the model and data are used according to Readme.
But, when I run the training using pretrained model, the accuracy is very close to the best accuracy. I think that there seems to be any dependency in train and test in your code. To solve this problem, is there any trick or solution? Thanks.

image

@Lanweichao
Copy link

@analog75 Hello, have you solved your problem? I also obtained a lower accuracy using NIN. Thank you

@analog75
Copy link
Author

analog75 commented Apr 9, 2020 via email

@ngocqn
Copy link

ngocqn commented Sep 20, 2021

Hi. Thank you for your uploading. I have downloaded NIN cifar10 pretrained model and load it. Then, I run the inference evaluation. At this time. the accuracy is just only 59.36%. In this evaluation, there is no modification and the model and data are used according to Readme.
But, when I run the training using pretrained model, the accuracy is very close to the best accuracy. I think that there seems to be any dependency in train and test in your code. To solve this problem, is there any trick or solution? Thanks.

image

I had the same issue with you.
Test set: Average loss: 9.3183, Accuracy: 1003/10000 (10.03%)
Best Accuracy: 86.28%

How to solve this issue?

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

3 participants