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/lm/test_lm.sh')
-rw-r--r--tests/training/models/lm/test_lm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/training/models/lm/test_lm.sh b/tests/training/models/lm/test_lm.sh
index 91f94d4..f55e860 100644
--- a/tests/training/models/lm/test_lm.sh
+++ b/tests/training/models/lm/test_lm.sh
@@ -14,7 +14,7 @@ rm -rf lm lm.log
mkdir -p lm
$MRT_MARIAN/marian \
- --seed 1111 --no-shuffle \
+ --seed 1111 --no-shuffle --clip-norm 0 \
--type lm --dim-emb 128 --dim-rnn 256 --cost-type ce-mean \
-m lm/model.npz -t $MRT_DATA/europarl.de-en/corpus.bpe.en -v vocab.en.yml \
--disp-freq 20 --after-batches 100 \