Created
August 20, 2020 10:55
-
-
Save kaniblu/cc53fbba7c2f265c84dc722b1b21d451 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
torch.randn(3, 4, 5).mm(torch.randn(5, 6)).size() | |
# RuntimeError: matrices expected, got 3D, 2D tensors at |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment