Skip to content

Instantly share code, notes, and snippets.

@davidnvq
Last active May 11, 2019 07:26
Show Gist options
  • Save davidnvq/e05cbcb7a17f9d17055d6e5ebabec874 to your computer and use it in GitHub Desktop.
Save davidnvq/e05cbcb7a17f9d17055d6e5ebabec874 to your computer and use it in GitHub Desktop.
import torch
print("HELLO")
x = torch.randn(100, 100).cuda()
def print_hello(name):
print("Hello", name)
print("Very nice to meet you")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment