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.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.lua b/test/test.lua
index 3d2521e..a448317 100644
--- a/test/test.lua
+++ b/test/test.lua
@@ -1291,7 +1291,7 @@ end
function cudnntest.BatchNormalization()
local size = {
- math.random(1, 32),
+ math.random(2, 32),
math.random(16, 256),
}
testBatchNormalization('BatchNormalization', size)