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:
Diffstat (limited to 'tests/training/models/multi-source/test_multi-s2s.sh')
-rw-r--r--tests/training/models/multi-source/test_multi-s2s.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/training/models/multi-source/test_multi-s2s.sh b/tests/training/models/multi-source/test_multi-s2s.sh
index a1ceef1..52c3ded 100644
--- a/tests/training/models/multi-source/test_multi-s2s.sh
+++ b/tests/training/models/multi-source/test_multi-s2s.sh
@@ -14,7 +14,7 @@ rm -rf multi-s2s multi-s2s.log
mkdir -p multi-s2s
$MRT_MARIAN/marian \
- --seed 1111 --no-shuffle \
+ --seed 1111 --no-shuffle --clip-norm 0 \
--type multi-s2s --dim-emb 128 --dim-rnn 256 --cost-type ce-mean \
-m multi-s2s/model.npz -t train.bpe.{en,xx,de} -v vocab.en.yml vocab.xx.yml vocab.de.yml \
--disp-freq 20 --after-batches 100 \