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
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.lua')
-rw-r--r--test/test.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/test.lua b/test/test.lua
index 9b5cbde..8fcd1b9 100644
--- a/test/test.lua
+++ b/test/test.lua
@@ -1444,9 +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
-end
+ cudnn.verbose = true
+-- end
for i=1,cutorch.getDeviceCount() do