y_preds.squeeze() In [18]: of "02. PyTorch Neural Network Classification" #471
yabool2001
started this conversation in
General
Replies: 1 comment 3 replies
-
|
Hi @yabool2001 Hope to help you :) |
Beta Was this translation helpful? Give feedback.
3 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.
-
Hi,
I've noticed that
y_preds.squeeze()In [18]: of https://www.learnpytorch.io/02_pytorch_classification/ doesn't change anything. Idea was to get rid of extra dimension. But beforetorch.Sizeis ([5, 1]) and aftertorch.Sizeis ([5, 1]). Am I right or have I missed something?Beta Was this translation helpful? Give feedback.
All reactions