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_ce-mean.sh')
-rw-r--r--tests/training/cost-functions/test_ce-mean.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/training/cost-functions/test_ce-mean.sh b/tests/training/cost-functions/test_ce-mean.sh
index c032290..c4109b1 100644
--- a/tests/training/cost-functions/test_ce-mean.sh
+++ b/tests/training/cost-functions/test_ce-mean.sh
@@ -3,6 +3,7 @@
#####################################################################
# SUMMARY: Train using the 'ce-mean' cost function
# AUTHOR: snukky
+# TAGS: gcc5-fails sync-sgd
#####################################################################
# Exit on error
@@ -13,7 +14,8 @@ rm -rf ce-mean ce-mean.log
mkdir -p ce-mean
$MRT_MARIAN/marian \
- --seed 9999 \
+ --cost-type ce-mean \
+ --seed 9999 --sync-sgd \
-m ce-mean/model.npz -t $MRT_DATA/train.max50.{en,de} -v vocab.en.yml vocab.de.yml \
--disp-freq 2 --after-epochs 1 \
--log ce-mean.log