Replies: 1 comment
-
Okay let us start with the first part: |
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
-
Hi There,
I have always seen any coding language from the math's perspective. but I got one doubt in the video Learn PyTorch for deep learning in a day. Literally at
2:22:05
output :
torch.Size([3, 3])
output :
Final question
3. Then why multiplication for single dimension is different for code wise and math wise.
output:
In Math
one(1by3) matmul two(1by3) is not possible. Cause, in-order to do multiplication rows from the left matrix has to be same as columns from the right matrix
Note: Let me know if I am not clear.
Beta Was this translation helpful? Give feedback.
All reactions