We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 624aa80 commit 75611e9Copy full SHA for 75611e9
main.py
@@ -445,7 +445,7 @@ def main():
445
torch.backends.cudnn.deterministic = True
446
torch.cuda.manual_seed(seed_num)
447
torch.cuda.manual_seed_all(seed_num)
448
- print("torch.cuda.initial_seed", torch.cuda.initial_seed())
+ print("torch.cuda.initial_seed", torch.cuda.initial_seed())
449
main()
450
451
0 commit comments