Video "PyTorch Fundamentals" #1188
Unanswered
sakshisaraswat19
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello I'm having trouble with training and testing the CNN model.
In 7.2 Training and testing of model_2 using training and testing function:
I've been following the same architecture ,hyperparameters and dataset as in the video, but I noticed my train accuracy is way lower than what's shown. The test accuracy is similar, so I'm wondering what could be causing the difference.
code:
As for the train_step() function:
Beta Was this translation helpful? Give feedback.
All reactions