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
diff options
context:
space:
mode:
authorSergey Zagoruyko <zagoruyko2@gmail.com>2015-12-30 11:15:32 +0300
committerSergey Zagoruyko <zagoruyko2@gmail.com>2015-12-30 11:15:32 +0300
commit5a33767d71411a24d961e7037588de03bea86e33 (patch)
tree8205695cb686fb6449a1c64fa4bad95ec09b6569
parenta2427579f3a7f98af8222446b91ee74d7fba0a22 (diff)
uncomment spatialcrossentropy test
-rw-r--r--test/test.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test.lua b/test/test.lua
index c4c4a79..745da59 100644
--- a/test/test.lua
+++ b/test/test.lua
@@ -840,7 +840,6 @@ function cudnntest.SpatialLogSoftMax()
mytester:assertlt(err, precision_backward, 'error in difference between central difference and :backward')
end
---[[
function cudnntest.SpatialCrossEntropyCriterion()
-- batch
local numLabels = math.random(5,10)
@@ -872,7 +871,6 @@ function cudnntest.SpatialCrossEntropyCriterion()
mytester:assertlt(err, precision_backward, 'error in difference between central difference and :backward')
end
-]]