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 <soumith@gmail.com>2016-03-17 21:42:18 +0300
committersoumith <soumith@gmail.com>2016-03-17 21:42:18 +0300
commit75b21693b61365cda1499a841f250f165eef6ed1 (patch)
tree2116dc51855c3697e6cc8f9932c0175b51cc00d7 /test
parent2fd8a357d912f89e628f3db93336a34376570b1d (diff)
fixing tests
Diffstat (limited to 'test')
-rw-r--r--test/test.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.lua b/test/test.lua
index 6ab5f12..d812541 100644
--- a/test/test.lua
+++ b/test/test.lua
@@ -1,7 +1,7 @@
require 'cudnn'
require 'cunn'
-local cudnntest = {}
+local cudnntest = torch.TestSuite()
local precision_forward = 1e-4
local precision_backward = 1e-2
local precision_jac = 1e-3
@@ -1174,7 +1174,7 @@ function cudnntest.SpatialBatchNormalization()
testBatchNormalization('SpatialBatchNormalization', size)
end
-function cudnntest.SpatialBatchNormalization()
+function cudnntest.VolumetricBatchNormalization()
local size = {
math.random(1, 32),
math.random(1, 32),