From 19ccb41eafc60276e79293eafc9bc482d2a986ad Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 5 Nov 2018 23:28:10 +0100 Subject: [PATCH] updates --- train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train.py b/train.py index ce086f7c..15f412a9 100644 --- a/train.py +++ b/train.py @@ -24,7 +24,7 @@ torch.manual_seed(0) if cuda: torch.cuda.manual_seed(0) torch.cuda.manual_seed_all(0) - torch.backends.cudnn.benchmark = True + # torch.backends.cudnn.benchmark = True def main(opt):