[MIGHT BE IMPORTANT] Some rules regarding torch.matmul(). #1112
sachinlodhi
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Tensor, multiplication is kinda evolved in the case of these libraries like Numpy, Pytorch, and TensorFlow.
Here is what we need to keep in mind before multiplying tensors(in some specific scenarios) as it results produced wouldn't have followed the standard mathematical rules:
https://pytorch.org/docs/stable/generated/torch.matmul.html
Beta Was this translation helpful? Give feedback.
All reactions