This commit is contained in:
Glenn Jocher
2018-12-03 22:33:25 +01:00
parent 10cca39934
commit fd6619d773
+1
View File
@@ -35,6 +35,7 @@ torch.manual_seed(0)
if cuda:
torch.cuda.manual_seed(0)
torch.cuda.manual_seed_all(0)
if not opt.multi_scale:
torch.backends.cudnn.benchmark = True