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/decoder/align/test_align_ensemble.sh')
-rw-r--r--tests/decoder/align/test_align_ensemble.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/decoder/align/test_align_ensemble.sh b/tests/decoder/align/test_align_ensemble.sh
deleted file mode 100644
index cfb9e9f..0000000
--- a/tests/decoder/align/test_align_ensemble.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-
-# Exit on error
-set -e
-
-# Test code goes here
-$MRT_MARIAN/build/marian-decoder -m $MRT_MODELS/wmt18/entr/model.rnn.{A,B}.npz -v $MRT_MODELS/wmt18/entr/vocab.{yml,yml} \
- --mini-batch 32 -b 5 --alignment < dev2016.in > ensemble.out
-diff ensemble.out ensemble.expected > ensemble.diff
-
-# Exit with success code
-exit 0