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 <rgrundkiewicz@gmail.com>2021-01-25 20:57:39 +0300
committerRoman Grundkiewicz <rgrundkiewicz@gmail.com>2021-01-25 20:57:39 +0300
commit712d5f5b9db45f0407ad43004b16b0d332f5df31 (patch)
treede6423ca435bd53805baf5524318b2f96ca1964c
parent74721755e12b7e720ca8a3044eb82a4b8c4e32dd (diff)
Handle 'Synced seed' logs
-rw-r--r--tests/interface/config/test_load_config.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/interface/config/test_load_config.sh b/tests/interface/config/test_load_config.sh
index 0e66fd4..17fe51a 100644
--- a/tests/interface/config/test_load_config.sh
+++ b/tests/interface/config/test_load_config.sh
@@ -7,7 +7,7 @@ rm -rf load_config load_config.log no_config.log
mkdir -p load_config
# Run with no config file
-$MRT_MARIAN/marian --train-sets $MRT_DATA/europarl.de-en/corpus.bpe.{de,en} --model load_config/model.npz --vocabs vocab.de.yml vocab.en.yml --no-shuffle \
+$MRT_MARIAN/marian --train-sets $MRT_DATA/europarl.de-en/corpus.bpe.{de,en} --model load_config/model.npz --vocabs vocab.de.yml vocab.en.yml --no-shuffle --seed 2222 \
--type s2s --mini-batch 8 --dim-rnn 32 --dim-emb 16 --after-batches 2 --log load_config.log
test -e load_config/model.npz
@@ -19,7 +19,7 @@ rm -rf load_config
mkdir -p load_config
# Run with config file and the same options
-$MRT_MARIAN/marian --train-sets $MRT_DATA/europarl.de-en/corpus.bpe.{de,en} --model load_config/model.npz --vocabs vocab.de.yml vocab.en.yml --no-shuffle \
+$MRT_MARIAN/marian --train-sets $MRT_DATA/europarl.de-en/corpus.bpe.{de,en} --model load_config/model.npz --vocabs vocab.de.yml vocab.en.yml --no-shuffle --seed 2222 \
--config load_config.yml --log load_config.log
test -e load_config/model.npz