Skip to content

Instantly share code, notes, and snippets.

@Adityanagraj
Created May 29, 2020 14:03
Show Gist options
  • Save Adityanagraj/e502c9fc850c92a1b09dfb3df4b6fa36 to your computer and use it in GitHub Desktop.
Save Adityanagraj/e502c9fc850c92a1b09dfb3df4b6fa36 to your computer and use it in GitHub Desktop.
x=torch.rand(5,6)
print(x)
x.reshape(6,5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment