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:
-rw-r--r--test/test_rnn.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_rnn.lua b/test/test_rnn.lua
index 0372983..69cc740 100644
--- a/test/test_rnn.lua
+++ b/test/test_rnn.lua
@@ -460,7 +460,7 @@ function cudnntest.testVariableLengthSequences()
end
local hdiff = torch.csub(packedHiddenOutput, hids):abs():sum()
- mytester:assert(hdiff < 1e7)
+ mytester:assert(hdiff < 2e-7)
-- Step 2: update grad input as batch and individually