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/cost-functions/test_perplexity.sh')
-rw-r--r--tests/training/cost-functions/test_perplexity.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/training/cost-functions/test_perplexity.sh b/tests/training/cost-functions/test_perplexity.sh
index f6d37f1..7a790fd 100644
--- a/tests/training/cost-functions/test_perplexity.sh
+++ b/tests/training/cost-functions/test_perplexity.sh
@@ -3,7 +3,7 @@
#####################################################################
# SUMMARY: Train using perplexity as a cost function
# AUTHOR: snukky
-# TAGS: unstable
+# TAGS: unstable gcc5-fails sync-sgd
#####################################################################
# Exit on error
@@ -15,7 +15,7 @@ mkdir -p perplexity
$MRT_MARIAN/marian \
--cost-type perplexity \
- --seed 9999 --optimizer sgd \
+ --seed 9999 --optimizer sgd --sync-sgd \
-m perplexity/model.npz -t $MRT_DATA/train.max50.{en,de} -v vocab.en.yml vocab.de.yml \
--disp-freq 2 --after-epochs 1 \
--log perplexity.log