Skip to content

Instantly share code, notes, and snippets.

@jonhare
Forked from kfarrahi/Intro2PyTorchTensors.ipynb
Last active February 4, 2020 21:20
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 jonhare/d98813b2224dddbb234d2031510878e1 to your computer and use it in GitHub Desktop.
Save jonhare/d98813b2224dddbb234d2031510878e1 to your computer and use it in GitHub Desktop.
PyTorch Tensor Examples
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@karaikyo
Copy link

karaikyo commented Feb 4, 2020

print(torch.mm(m,x)
missing a close parenthesis in notebook.ipynb at block [53]

@jonhare
Copy link
Author

jonhare commented Feb 4, 2020

@karaikyo fixed - thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment