From 75b21693b61365cda1499a841f250f165eef6ed1 Mon Sep 17 00:00:00 2001 From: soumith Date: Thu, 17 Mar 2016 14:42:18 -0400 Subject: fixing tests --- test/test.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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), -- cgit v1.2.3