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-12 16:27:24 +0300
committerRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2018-02-12 16:28:11 +0300
commit19817b7b8eba0911c3c427fd0119150027830d37 (patch)
tree3d45a5de4b9e1f589462a6cec21279616e32aad4 /tests/training/weights/test_word_weighting_with_ones.sh
parent86d2de5f8f410e9b001355896ac88e31f55cdd48 (diff)
Add test for data weighting with the default maxi-batch
Diffstat (limited to 'tests/training/weights/test_word_weighting_with_ones.sh')
-rw-r--r--tests/training/weights/test_word_weighting_with_ones.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/training/weights/test_word_weighting_with_ones.sh b/tests/training/weights/test_word_weighting_with_ones.sh
index 17311de..bf6b918 100644
--- a/tests/training/weights/test_word_weighting_with_ones.sh
+++ b/tests/training/weights/test_word_weighting_with_ones.sh
@@ -7,9 +7,6 @@ set -e
rm -rf word_noweights* word_ones*
mkdir -p word_noweights word_ones
-test -e vocab.de.yml || $MRT_MARIAN/build/marian-vocab < $MRT_DATA/europarl.de-en/toy.bpe.de > vocab.de.yml
-test -e vocab.en.yml || $MRT_MARIAN/build/marian-vocab < $MRT_DATA/europarl.de-en/toy.bpe.en > vocab.en.yml
-
$MRT_MARIAN/build/marian \
--seed 1111 --no-shuffle \
-m word_noweights/model.npz -t $MRT_DATA/europarl.de-en/toy.bpe.{de,en} -v vocab.{de,en}.yml \