Skip to content

Instantly share code, notes, and snippets.

@Adityanagraj
Created May 29, 2020 13:58
Show Gist options
  • Save Adityanagraj/becb1ce4696330655b7a74ad6e31de48 to your computer and use it in GitHub Desktop.
Save Adityanagraj/becb1ce4696330655b7a74ad6e31de48 to your computer and use it in GitHub Desktop.
x=torch.rand(3,4)
print(x)
x.reshape(1,12)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment