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

github.com/clementfarabet/lua---nnx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-all.lua')
-rw-r--r--test/test-all.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test-all.lua b/test/test-all.lua
index 760d452..27efc37 100644
--- a/test/test-all.lua
+++ b/test/test-all.lua
@@ -137,8 +137,8 @@ end
function nnxtest.SpatialDownSampling()
local fanin = math.random(1,4)
- local sizex = math.random(1,4)
- local sizey = math.random(1,4)
+ local sizex = math.random(11,4)
+ local sizey = math.random(11,4)
local mx = math.random(2,6)
local my = math.random(2,6)
local module = nn.SpatialDownSampling(mx,my)