Replies: 1 comment
-
this is how i understand it. dim=1 has 3 brackets: dim0 = [[1, 2, 3], [3, 6, 9], [2, 4, 5]] = 1 bracket (the biggest and outermost bracket) |
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.
-
In the following tensor, why the dim=1 corrosponds to 3 in torch.Size([1,3,3]). Since there is only one bracket at the second position it should be 1. ? why? please guide me on this. Thanks...


Beta Was this translation helpful? Give feedback.
All reactions