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-11-26 17:56:06 +0300
committerRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2018-11-26 17:56:06 +0300
commit0b74d0ebca550507e986887b71fe64b0ef28a011 (patch)
treecf3bcdc9e979f5424689d0d6298c0fab4ac3e7ee /tests/training/restoring/corpus/test_corpus_restoration_one_epoch.sh
parent42159e004bb5d3017d8d3f7c23972fdadc93233a (diff)
MARIAN/MRT_MARIAN points to build directory
Diffstat (limited to 'tests/training/restoring/corpus/test_corpus_restoration_one_epoch.sh')
-rw-r--r--tests/training/restoring/corpus/test_corpus_restoration_one_epoch.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/training/restoring/corpus/test_corpus_restoration_one_epoch.sh b/tests/training/restoring/corpus/test_corpus_restoration_one_epoch.sh
index affc5d7..1001d74 100644
--- a/tests/training/restoring/corpus/test_corpus_restoration_one_epoch.sh
+++ b/tests/training/restoring/corpus/test_corpus_restoration_one_epoch.sh
@@ -12,7 +12,7 @@ test -e vocab.en.yml
extra_opts="--seed 9999 --maxi-batch 1 --maxi-batch-sort none --mini-batch 32 --optimizer sgd --dim-emb 128 --dim-rnn 256 --disp-freq 4"
-$MRT_MARIAN/build/marian \
+$MRT_MARIAN/marian \
-m corpus_one/model_full.npz -t $MRT_DATA/train.max50.{en,de} -v vocab.en.yml vocab.de.yml \
--after-batches 70 $extra_opts \
--log corpus_one.log
@@ -22,7 +22,7 @@ test -e corpus_one.log
cat corpus_one.log | $MRT_TOOLS/strip-timestamps.sh | grep "Ep\. " | sed 's/ : Time.*//' > corpus_one.expected
-$MRT_MARIAN/build/marian \
+$MRT_MARIAN/marian \
-m corpus_one/model.npz -t $MRT_DATA/train.max50.{en,de} -v vocab.en.yml vocab.de.yml \
--after-batches 25 $extra_opts \
--log corpus_one_1.log
@@ -33,7 +33,7 @@ test -e corpus_one_1.log
cat corpus_one_1.log | $MRT_TOOLS/strip-timestamps.sh | grep "Ep\. " | sed 's/ : Time.*//' > corpus_one_1.out
cp corpus_one/model.npz.yml corpus_one/model.npz.1.yml
-$MRT_MARIAN/build/marian \
+$MRT_MARIAN/marian \
-m corpus_one/model.npz -t $MRT_DATA/train.max50.{en,de} -v vocab.en.yml vocab.de.yml \
--after-batches 70 $extra_opts \
--log corpus_one_2.log