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:
Diffstat (limited to 'test/test_groups.lua')
-rw-r--r--test/test_groups.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_groups.lua b/test/test_groups.lua
index b87c25c..8b386b9 100644
--- a/test/test_groups.lua
+++ b/test/test_groups.lua
@@ -34,6 +34,6 @@ ccn2_gradWeight = ccn2_conv.gradWeight:t()
assert((cudnn_output - ccn2_output):abs():max() < 1e-4)
assert((cudnn_gradInput - ccn2_gradInput):abs():max() < 1e-4)
-assert((cudnn_gradWeight - ccn2_gradWeight):abs():max() < 5e-3)
+assert((cudnn_gradWeight - ccn2_gradWeight):abs():max() < 5e-2)
print 'no assertions'