Last active
May 11, 2019 07:26
-
-
Save davidnvq/e05cbcb7a17f9d17055d6e5ebabec874 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
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