Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/soumith/cudnn.torch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test.lua b/test/test.lua
index 8fcd1b9..ba1b5a1 100644
--- a/test/test.lua
+++ b/test/test.lua
@@ -1444,10 +1444,10 @@ math.randomseed(os.time())
mytester = torch.Tester()
mytester:add(cudnntest)
--- if torch.random(1,2) == 1 then
+if torch.random(1,2) == 1 then
cudnn.benchmark = true -- run manual auto-tuner
- cudnn.verbose = true
--- end
+-- cudnn.verbose = true
+end
for i=1,cutorch.getDeviceCount() do