Created
May 29, 2020 14:03
-
-
Save Adityanagraj/e502c9fc850c92a1b09dfb3df4b6fa36 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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