pytorch classification | train_step and test_step error #610
Unanswered
kunalsonalkar
asked this question in
Q&A
Replies: 1 comment
-
I think you are using the Same X and y variables for this instead of renaming the other to other names like X_test,y_test this might be overlapping Here the fixed code:
I tried to help. i hope it works |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I am trying to functionize my training and testing steps. They work well separately but when I am putting them into a function, the accuracy is going significantly down. Can someone please take a look at this?
This was covered in 03. PyTorch Computer Vision.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions