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-08-24 18:44:46 +0300
committerRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2018-08-24 18:44:46 +0300
commit6a52cc51c8e761756425b6fa22289fba8589d56c (patch)
tree9d59ace6728d434928617d7f545d82d2dbe71c40 /tests/training/data-weighting/test_word_weighting_sqlite.sh
parentc089ab0219e31ba0f0b69d6ba30979365e606f54 (diff)
Fix tests after changing CLI
Diffstat (limited to 'tests/training/data-weighting/test_word_weighting_sqlite.sh')
-rw-r--r--tests/training/data-weighting/test_word_weighting_sqlite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/training/data-weighting/test_word_weighting_sqlite.sh b/tests/training/data-weighting/test_word_weighting_sqlite.sh
index 0581515..2421f5e 100644
--- a/tests/training/data-weighting/test_word_weighting_sqlite.sh
+++ b/tests/training/data-weighting/test_word_weighting_sqlite.sh
@@ -12,7 +12,7 @@ cat $MRT_DATA/europarl.de-en/toy.bpe.en | sed -r 's/[^ ]+/2/g' > sqlite_word.wei
$MRT_MARIAN/build/marian \
--seed 1111 --no-shuffle --dim-emb 128 --dim-rnn 256 -o sgd \
-m sqlite_word/model.npz -t $MRT_DATA/europarl.de-en/toy.bpe.{de,en} -v vocab.{de,en}.yml \
- --log sqlite_word.log --disp-freq 5 -e 2 --mini-batch-fit 500 \
+ --log sqlite_word.log --disp-freq 5 -e 2 --mini-batch-fit -w 500 \
--data-weighting sqlite_word.weights.txt --data-weighting-type word --sqlite sqlite_word/corpus.sqlite3
test -e sqlite_word/model.npz