Skip to content

Instantly share code, notes, and snippets.

@kaniblu
Created August 20, 2020 10:57
Show Gist options
  • Save kaniblu/d1280ee11e616dc3de82646f57abddc5 to your computer and use it in GitHub Desktop.
Save kaniblu/d1280ee11e616dc3de82646f57abddc5 to your computer and use it in GitHub Desktop.
torch.randn(3, 4, 5).view(12, 5).mm(torch.randn(5, 6)).view(3, 4, 6).size() # torch.Size([3, 4, 6])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment