Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian-regression-tests.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Junczys-Dowmunt <Marcin.JunczysDowmunt@microsoft.com>2019-02-05 19:02:28 +0300
committerMarcin Junczys-Dowmunt <Marcin.JunczysDowmunt@microsoft.com>2019-02-05 19:02:28 +0300
commit142eadddbe04493c1024b42586030b72e9cb7ea2 (patch)
treed413f621fe80967bacd050da35af7ed5b3ae85ec
parent466d85a2e0504a981508c7f9c8d1639c87c63b90 (diff)
temporarily increase tolerance, see https://github.com/marian-nmt/marian-dev/issues/421
-rw-r--r--tests/training/models/nematus/test_wmt17_model.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/training/models/nematus/test_wmt17_model.sh b/tests/training/models/nematus/test_wmt17_model.sh
index 1d88bb8..5c06c83 100644
--- a/tests/training/models/nematus/test_wmt17_model.sh
+++ b/tests/training/models/nematus/test_wmt17_model.sh
@@ -19,7 +19,7 @@ test -e wmt17/model.npz
test -e wmt17/model.npz.yml
cat wmt17.log | $MRT_TOOLS/extract-costs.sh > wmt17.out
-$MRT_TOOLS/diff-nums.py wmt17.out wmt17.expected -p 0.3 -o wmt17.diff
+$MRT_TOOLS/diff-nums.py wmt17.out wmt17.expected -p 2 -o wmt17.diff
# Exit with success code
exit 0