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-06-28 12:49:34 +0300
committerRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2018-06-28 12:49:34 +0300
commitddde640a45873ffca09a0d05311eba8583a70829 (patch)
treefa6f3b125c4108dd243d75e5d8f2e40090bc30c2 /tests/training/data-weighting/test_word_weighting_with_twos.sh
parent9e9cb2c2866981142b861db1165e84fec443a78f (diff)
Update tests
Diffstat (limited to 'tests/training/data-weighting/test_word_weighting_with_twos.sh')
-rw-r--r--tests/training/data-weighting/test_word_weighting_with_twos.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/training/data-weighting/test_word_weighting_with_twos.sh b/tests/training/data-weighting/test_word_weighting_with_twos.sh
index 4982eff..0bfcc4c 100644
--- a/tests/training/data-weighting/test_word_weighting_with_twos.sh
+++ b/tests/training/data-weighting/test_word_weighting_with_twos.sh
@@ -7,9 +7,6 @@ set -e
rm -rf word_twos word_twos.{log,out,diff}
mkdir -p word_twos
-test -e vocab.de.yml || $MRT_MARIAN/build/marian-vocab < $MRT_DATA/europarl.de-en/corpus.bpe.de > vocab.de.yml
-test -e vocab.en.yml || $MRT_MARIAN/build/marian-vocab < $MRT_DATA/europarl.de-en/corpus.bpe.en > vocab.en.yml
-
cat $MRT_DATA/europarl.de-en/toy.bpe.en | sed -r 's/[^ ]+/2/g' > word_twos.weights.txt
$MRT_MARIAN/build/marian \