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 Top-1 score obtained by testing ResNet50 with the test set is strange. #3

Open
henry81003003 opened this issue Apr 19, 2022 · 0 comments

Comments

@henry81003003
Copy link

Hi authors, I have a problem while inference ResNet50 with the ImageNet test set.
When I inference ResNet50 with the ImageNet test set, I got a strange result that the Top-1 score is 0.102.
However, if I inference ResNet50 with the ImageNet train set, the Top-1 score that I got is about 75.50.
As mentioned above, it's quite strange during inference with the test set.
I've trained it for 50 epochs, but the result told me that the model didn't learn anything from training, it's guessing.
The following picture with blue values is the result I got from the train set, the other is the result I got from the test set.
Hope you can give me some advice to fix this strange situation, thanks.

The result from the train set:
Screenshot from 2022-04-19 19-24-04

The result from the test set:
Screenshot from 2022-04-19 19-23-50

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

1 participant