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>2017-10-13 17:00:32 +0300
committerRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2017-10-13 17:00:32 +0300
commit3c236e9c72ee1cd223c506872a072bb0e60d9f81 (patch)
tree5659e5d0cdf346893edfe2ae4090caf171c6d018 /tests/decoder
parentabb4feb35ff60028d483312678260b86b668f3c8 (diff)
Update WMT16 tests
Diffstat (limited to 'tests/decoder')
-rw-r--r--tests/decoder/wmt16/setup.sh2
-rw-r--r--tests/decoder/wmt16/test_ende.sh2
-rw-r--r--tests/decoder/wmt16/test_nbest.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/decoder/wmt16/setup.sh b/tests/decoder/wmt16/setup.sh
index bd695a8..2b9dffa 100644
--- a/tests/decoder/wmt16/setup.sh
+++ b/tests/decoder/wmt16/setup.sh
@@ -1 +1 @@
-test -f $MRT_MODELS/wmt16.en-de/model.npz || exit 1
+test -f $MRT_MODELS/wmt16_systems/en-de/model.npz || exit 1
diff --git a/tests/decoder/wmt16/test_ende.sh b/tests/decoder/wmt16/test_ende.sh
index a628a28..793a86b 100644
--- a/tests/decoder/wmt16/test_ende.sh
+++ b/tests/decoder/wmt16/test_ende.sh
@@ -4,7 +4,7 @@
set -e
# Test code goes here
-$MRT_MARIAN/build/s2s -c $MRT_MODELS/wmt16.en-de/marian.yml < text.in > text.out
+$MRT_MARIAN/build/s2s -c $MRT_MODELS/wmt16_systems/marian.en-de.yml < text.in > text.out
diff text.out text.expected > text.diff
# Exit with success code
diff --git a/tests/decoder/wmt16/test_nbest.sh b/tests/decoder/wmt16/test_nbest.sh
index 5c1c8ca..3cd471e 100644
--- a/tests/decoder/wmt16/test_nbest.sh
+++ b/tests/decoder/wmt16/test_nbest.sh
@@ -4,7 +4,7 @@
set -e
# Test code goes here
-$MRT_MARIAN/build/s2s -c $MRT_MODELS/wmt16.en-de/marian.yml -b 5 --n-best < text.in > nbest.out
+$MRT_MARIAN/build/s2s -c $MRT_MODELS/wmt16_systems/marian.en-de.yml -b 5 --n-best < text.in > nbest.out
$MRT_TOOLS/diff-floats.py nbest.out nbest.expected > nbest.diff
# Exit with success code