You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@joshua.apache.org by mj...@apache.org on 2016/09/14 09:11:24 UTC

[02/43] incubator-joshua git commit: removed --optimizer-runs from examples

removed --optimizer-runs from examples


Project: http://git-wip-us.apache.org/repos/asf/incubator-joshua/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-joshua/commit/b4e7c009
Tree: http://git-wip-us.apache.org/repos/asf/incubator-joshua/tree/b4e7c009
Diff: http://git-wip-us.apache.org/repos/asf/incubator-joshua/diff/b4e7c009

Branch: refs/heads/7
Commit: b4e7c00950b3fbcccffefbd04db09f491af9ec11
Parents: 0e1956c
Author: Matt Post <po...@cs.jhu.edu>
Authored: Wed Sep 7 14:14:36 2016 -0400
Committer: Matt Post <po...@cs.jhu.edu>
Committed: Wed Sep 7 14:14:36 2016 -0400

----------------------------------------------------------------------
 examples/training/ghkm.sh           | 3 +--
 examples/training/hiero-europarl.sh | 3 +--
 examples/training/hiero.sh          | 3 +--
 examples/training/phrase.sh         | 3 +--
 examples/training/samt.sh           | 3 +--
 5 files changed, 5 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/b4e7c009/examples/training/ghkm.sh
----------------------------------------------------------------------
diff --git a/examples/training/ghkm.sh b/examples/training/ghkm.sh
index 5ac77ec..18d36d6 100644
--- a/examples/training/ghkm.sh
+++ b/examples/training/ghkm.sh
@@ -45,5 +45,4 @@ $JOSHUA/scripts/training/pipeline.pl \
     --joshua-mem 20g \
     --packer-mem 8g \
     --tuner mira \
-    --maxlen 80 \
-    --optimizer-runs 5
+    --maxlen 80

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/b4e7c009/examples/training/hiero-europarl.sh
----------------------------------------------------------------------
diff --git a/examples/training/hiero-europarl.sh b/examples/training/hiero-europarl.sh
index a76d519..e980533 100644
--- a/examples/training/hiero-europarl.sh
+++ b/examples/training/hiero-europarl.sh
@@ -38,5 +38,4 @@ $JOSHUA/bin/pipeline.pl \
     --tuner mert \
     --joshua-mem 20g \
     --packer-mem 16g \
-    --lmfile /path/to/gigaword/lmfile \
-    --optimizer-runs 5
+    --lmfile /path/to/gigaword/lmfile

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/b4e7c009/examples/training/hiero.sh
----------------------------------------------------------------------
diff --git a/examples/training/hiero.sh b/examples/training/hiero.sh
index 67050e5..5062fb1 100644
--- a/examples/training/hiero.sh
+++ b/examples/training/hiero.sh
@@ -33,5 +33,4 @@ $JOSHUA/bin/pipeline.pl \
     --threads 8 \
     --tuner mert \
     --joshua-mem 10g \
-    --packer-mem 8g \
-    --optimizer-runs 5
+    --packer-mem 8g

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/b4e7c009/examples/training/phrase.sh
----------------------------------------------------------------------
diff --git a/examples/training/phrase.sh b/examples/training/phrase.sh
index c99c732..223ae10 100644
--- a/examples/training/phrase.sh
+++ b/examples/training/phrase.sh
@@ -36,5 +36,4 @@ $JOSHUA/bin/pipeline.pl \
     --threads 8 \
     --tuner mert \
     --joshua-mem 5g \
-    --packer-mem 8g \
-    --optimizer-runs 5
+    --packer-mem 8g

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/b4e7c009/examples/training/samt.sh
----------------------------------------------------------------------
diff --git a/examples/training/samt.sh b/examples/training/samt.sh
index f8ff7e0..d5e1ce7 100644
--- a/examples/training/samt.sh
+++ b/examples/training/samt.sh
@@ -36,5 +36,4 @@ $JOSHUA/bin/pipeline.pl \
     --threads 4 \
     --tuner mert \
     --joshua-mem 20g \
-    --packer-mem 8g \
-    --optimizer-runs 5
+    --packer-mem 8g