manual accuracy check FAILS #769
Unanswered
AnirudhG07
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You may use test_loader to iterate through examples for evaluation. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hello, I need help. I am currently learning basics of pytorch and so I myself tried MNIST numbers data.
So my accuracy came out good. 97% around but when I check accuracy manually by checking calling each data element and comparing actual to predicted number, the accuracy I am getting is <10%
I am sharing codes of checking and some other areas you might need to see.

Beta Was this translation helpful? Give feedback.
All reactions