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/multi-gpu
parent42159e004bb5d3017d8d3f7c23972fdadc93233a (diff)
MARIAN/MRT_MARIAN points to build directory
Diffstat (limited to 'tests/training/multi-gpu')
-rw-r--r--tests/training/multi-gpu/test_async_sgd_runs.sh2
-rw-r--r--tests/training/multi-gpu/test_sync_sgd.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/training/multi-gpu/test_async_sgd_runs.sh b/tests/training/multi-gpu/test_async_sgd_runs.sh
index 15b0348..1094cd2 100644
--- a/tests/training/multi-gpu/test_async_sgd_runs.sh
+++ b/tests/training/multi-gpu/test_async_sgd_runs.sh
@@ -12,7 +12,7 @@ fi
rm -rf async_sgd async_sgd.log
mkdir -p async_sgd
-$MRT_MARIAN/build/marian \
+$MRT_MARIAN/marian \
--no-shuffle --seed 1111 --maxi-batch 1 --maxi-batch-sort none --dim-emb 128 --dim-rnn 256 \
--devices 0 1 \
-m async_sgd/model.npz -t $MRT_DATA/europarl.de-en/corpus.bpe.{en,de} -v vocab.en.yml vocab.de.yml \
diff --git a/tests/training/multi-gpu/test_sync_sgd.sh b/tests/training/multi-gpu/test_sync_sgd.sh
index 0d511b3..829c918 100644
--- a/tests/training/multi-gpu/test_sync_sgd.sh
+++ b/tests/training/multi-gpu/test_sync_sgd.sh
@@ -12,7 +12,7 @@ fi
rm -rf sync_sgd sync_sgd.log
mkdir -p sync_sgd
-$MRT_MARIAN/build/marian \
+$MRT_MARIAN/marian \
--no-shuffle --seed 777 --mini-batch 4 --maxi-batch 1 --maxi-batch-sort none \
--dim-rnn 64 --dim-emb 32 --learn-rate 0.1 \
--devices 0 1 --sync-sgd --optimizer sgd \