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:
authorRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2018-02-19 20:35:06 +0300
committerRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2018-02-19 20:35:06 +0300
commitc4205403e96cb49556deea951193ed06a42ed181 (patch)
tree13bb7b4e53a10496ef28cf8f5709b027fa56031f /tests/training
parent0b34f09f02fedda694aeb8ba7e28d20cd60f2cd9 (diff)
Use lower precision
Diffstat (limited to 'tests/training')
-rw-r--r--tests/training/restart/test_loading_adam_params.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/training/restart/test_loading_adam_params.sh b/tests/training/restart/test_loading_adam_params.sh
index f7865ec..40ab9f2 100644
--- a/tests/training/restart/test_loading_adam_params.sh
+++ b/tests/training/restart/test_loading_adam_params.sh
@@ -31,7 +31,7 @@ test -e adam_load_2.log
cat adam_load_2.log | $MRT_TOOLS/strip-timestamps.sh | grep "Ep\. " | sed 's/ : Time.*//' >> adam_load.out
-$MRT_TOOLS/diff-floats.py -p 0.99 adam_load.out adam_load.expected > adam_load.diff
+$MRT_TOOLS/diff-floats.py -p 3.0 adam_load.out adam_load.expected > adam_load.diff
# Exit with success code
exit 0