You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear All,
I started to watch your videos and solve the first exercise. I have a ask about question number 7.
Why I can multiply two tensors without transpose?
For e.g. if I transpose tensor_A I always ge the error:
RuntimeError: The size of tensor a (2) must match the size of tensor b (3) at non-singleton dimension 1
I use PyCharm.
The python code has been attached.
Thank you in advance for your help
Best regards
Zoltan
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Dear All,
I started to watch your videos and solve the first exercise. I have a ask about question number 7.
Why I can multiply two tensors without transpose?
For e.g. if I transpose tensor_A I always ge the error:
RuntimeError: The size of tensor a (2) must match the size of tensor b (3) at non-singleton dimension 1
I use PyCharm.
The python code has been attached.
Thank you in advance for your help
Best regards
Zoltan
32_PyTorch_Fundamentals_exercise_and_extra_cirriculum.py.txt
Beta Was this translation helpful? Give feedback.
All reactions