Skip to content

Instantly share code, notes, and snippets.

@dipam7
Created November 16, 2019 03:34
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/d3f04cdc0f11b13ef968a0f8ab3848cf to your computer and use it in GitHub Desktop.
Save dipam7/d3f04cdc0f11b13ef968a0f8ab3848cf to your computer and use it in GitHub Desktop.
MatMul3
m1 = x_valid[:5]
m2 = weights
m1.shape, m2.shape
%time t1 = matmul(m1, m2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment