How can i get reproducibility? #6013
Unanswered
davidlambda256
asked this question in
Q&A
Replies: 1 comment
-
If you were using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I applied this code but cannot get reproducibility in pytorch_geometric..
torch.manual_seed(random_seed) torch.cuda.manual_seed(random_seed) torch.cuda.manual_seed_all(random_seed) # if use multi-GPU torch.backends.cudnn.deterministic = True torch.backends.cudnn.benchmark = False np.random.seed(random_seed) random.seed(random_seed)
How can i fix it?
Beta Was this translation helpful? Give feedback.
All reactions