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:
authorSoumith Chintala <soumith@gmail.com>2016-02-27 06:01:08 +0300
committerSoumith Chintala <soumith@gmail.com>2016-02-27 06:01:08 +0300
commitb80bdbab6faf66b711bf7c8a159703f62508c5e2 (patch)
tree32888e77854190a137f517518a0048e06f7961d4 /test
parent147556e8f2b2014a2b1dc5272b906ea426e60405 (diff)
parent72c16545c4912eb6f775769a28a5d4e6f80e0611 (diff)
Merge pull request #127 from ngimel/patch-1
Should fix #123
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 9449b88..6ab5f12 100644
--- a/test/test.lua
+++ b/test/test.lua
@@ -272,7 +272,7 @@ function cudnntest.TemporalConvolution_padding_batch()
local ki = math.random(2,15)
local pad_h = math.floor(ki/2)
local si = math.random(1,ki)
- local outi = math.random(1,15)
+ local outi = math.random(2,15)
local ini = (outi-1)*si+ki
local scale = math.random()