You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
PyTorchClassifier for pre-trained model does not work properly. I tested it on CIFAR10 test set and the accuracy is less than 50%. What is wrong with PyTorchClassifier and my pre-trained model?
Expected behavior
My pre-trained model is able to achieve 95% accuracy on Testset of CIFAR-10. I expect PytorchClassifier with my pre-trained model should achieve the same acc.
Screenshots
If applicable, add screenshots to help explain your problem.
System information (please complete the following information):
This discussion was converted from issue #1969 on December 14, 2022 11:30.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Describe the bug
PyTorchClassifier for pre-trained model does not work properly. I tested it on CIFAR10 test set and the accuracy is less than 50%. What is wrong with PyTorchClassifier and my pre-trained model?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
My pre-trained model is able to achieve 95% accuracy on Testset of CIFAR-10. I expect PytorchClassifier with my pre-trained model should achieve the same acc.
Screenshots
If applicable, add screenshots to help explain your problem.
System information (please complete the following information):
Beta Was this translation helpful? Give feedback.
All reactions