Created
January 27, 2020 13:02
-
-
Save aravindpai/6509e0012b5fbf0c1b9c63224290a4fb to your computer and use it in GitHub Desktop.
This file contains 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
#Reproducing same results | |
SEED = 2019 | |
#Torch | |
torch.manual_seed(SEED) | |
#Cuda algorithms | |
torch.backends.cudnn.deterministic = True |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment