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:
Diffstat (limited to 'tests/models/wmt16-ende/test_translation_b6n_batch32.sh')
-rw-r--r--tests/models/wmt16-ende/test_translation_b6n_batch32.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/models/wmt16-ende/test_translation_b6n_batch32.sh b/tests/models/wmt16-ende/test_translation_b6n_batch32.sh
index 98ad724..831b845 100644
--- a/tests/models/wmt16-ende/test_translation_b6n_batch32.sh
+++ b/tests/models/wmt16-ende/test_translation_b6n_batch32.sh
@@ -9,8 +9,8 @@ $MRT_MARIAN/build/marian-decoder -c $MRT_MODELS/wmt16_systems/marian.en-de.yml -
< text.b6n.in > marian.batch32.out
# Compare with Marian and Nematus
-diff marian.batch32.out marian.b6n.expected > marian.batch32.diff
-diff marian.batch32.out nematus.b6n.out > nematus.batch32.diff
+$MRT_TOOLS/diff.sh marian.batch32.out marian.b6n.expected > marian.batch32.diff
+$MRT_TOOLS/diff.sh marian.batch32.out nematus.b6n.out > nematus.batch32.diff
# Exit with success code
exit 0