Skip to content

Instantly share code, notes, and snippets.

@dipam7
Created November 16, 2019 03:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dipam7/61b4a6c06ec9169687da47d82c6c3469 to your computer and use it in GitHub Desktop.
Save dipam7/61b4a6c06ec9169687da47d82c6c3469 to your computer and use it in GitHub Desktop.
MatMul2
weights = torch.randn(784, 10)
bias = torch.zeros(10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment