video "Pytorch Fundamentals"-what is "shape" for a tensor? #790
Unanswered
MALLIKARJUNABATHALA999
asked this question in
Q&A
Replies: 1 comment
-
In PyTorch, the "shape" of a tensor refers to its dimensions or the size of each dimension. For example, a tensor with a shape of (3, 4) would have 3 rows and 4 columns if it's a 2-dimensional tensor. In general, the shape of a tensor describes its size along each axis or dimension. |
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.
-
hello
Beta Was this translation helpful? Give feedback.
All reactions