We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b7ce58 commit 7f0b45dCopy full SHA for 7f0b45d
conf.py
@@ -92,7 +92,6 @@ def reset_seeds(gallery_conf, fname):
92
torch.cuda.empty_cache()
93
torch.manual_seed(42)
94
torch.set_default_device(None)
95
- torch.cuda.empty_cache()
96
random.seed(10)
97
numpy.random.seed(10)
98
gc.collect()
0 commit comments