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 <junczys@amu.edu.pl>2018-02-17 08:41:51 +0300
committerMarcin Junczys-Dowmunt <junczys@amu.edu.pl>2018-02-17 08:41:51 +0300
commit9eeedb62a48f6aa665bd511c7cfc622336c02c42 (patch)
tree8e74e55cff6b949a34e5dc7da9832c2b275bfef6
parentcba444e6bf957b718f6d05cc72e9d8aa4d1197fc (diff)
lower precision
-rw-r--r--tests/training/weights/test_maxi_batches_with_sentence_weights.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/training/weights/test_maxi_batches_with_sentence_weights.sh b/tests/training/weights/test_maxi_batches_with_sentence_weights.sh
index 49007fc..2e13732 100644
--- a/tests/training/weights/test_maxi_batches_with_sentence_weights.sh
+++ b/tests/training/weights/test_maxi_batches_with_sentence_weights.sh
@@ -17,7 +17,7 @@ test -e maxibatch/model.npz
test -e maxibatch.log
$MRT_TOOLS/extract-costs.sh < maxibatch.log > maxibatch.out
-$MRT_TOOLS/diff-floats.py maxibatch.out maxibatch.expected -p 0.4 > maxibatch.diff
+$MRT_TOOLS/diff-floats.py maxibatch.out maxibatch.expected -p 1 > maxibatch.diff
# Exit with success code
exit 0