summaryrefslogtreecommitdiff
path: root/training
diff options
context:
space:
mode:
authorVladimir Eidelman <vladimir.eidelman@gmail.com>2013-04-14 00:02:00 -0400
committerVladimir Eidelman <vladimir.eidelman@gmail.com>2013-04-14 00:02:00 -0400
commit2613a9673263a4442b4a8f7fc28a820f8d071157 (patch)
tree325f67ed3bded824fb7583c90297fecb10dba13c /training
parent5daf7c9c53bf842721f7bbcbeb235279aa950bcf (diff)
add example to run script
Diffstat (limited to 'training')
-rwxr-xr-xtraining/mira/run_mira.pl21
1 files changed, 18 insertions, 3 deletions
diff --git a/training/mira/run_mira.pl b/training/mira/run_mira.pl
index e72c02e0..d71590ba 100755
--- a/training/mira/run_mira.pl
+++ b/training/mira/run_mira.pl
@@ -455,9 +455,24 @@ sub print_help {
print << "Help";
Usage: $executable [options] <ini file>
-
- $executable [options] <ini file>
- Runs a complete MIRA optimization using the ini file specified.
+ Runs a complete MIRA optimization using the ini file specified.
+ Example invocation:
+ run_mira.pl \
+ --pmem 3g \
+ --max-iterations 20 \
+ --optimizer 2 \
+ --unique-kbest \
+ --jobs 15 \
+ --kbest-size 500 \
+ --hope-select 1 \
+ --fear-select 1 \
+ --ref-files "ref.0.soseos ref.1.soseos" \
+ --source-file src.soseos \
+ --weights weights.init \
+ --workdir workdir \
+ --grammar-prefix grammars/grammar \
+ --step-size 0.01 \
+ --metric-scale 10000 \
Required: