Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <fishandfrolick@gmail.com>2012-06-08 03:20:49 +0400
committerHieu Hoang <fishandfrolick@gmail.com>2012-06-08 03:20:49 +0400
commit22c038d93a6f65fe164b64a08ba7fecfd04f64b9 (patch)
tree2ef9fcbc01ea174a4eb5c08f6d91c324f3117fdb /scripts/ems
parent01b84656bfab55396bd0e096d1d5f56a9486cac2 (diff)
take out debugging info
Diffstat (limited to 'scripts/ems')
-rwxr-xr-xscripts/ems/experiment.perl2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/ems/experiment.perl b/scripts/ems/experiment.perl
index d796c4faa..5066461c1 100755
--- a/scripts/ems/experiment.perl
+++ b/scripts/ems/experiment.perl
@@ -1801,8 +1801,6 @@ sub define_training_create_config {
$cmd .= &get_table_name_settings("generation-factors","generation-table",$generation_table) if $generation_table;
$cmd .= "-config $config ";
- print STDERR "HIEU: $hierarchical \n $sa_exec_dir \n $cmd \n";
-
my $decoding_graph_backoff = &get("TRAINING:decoding-graph-backoff");
if ($decoding_graph_backoff) {
$cmd .= "-decoding-graph-backoff \"$decoding_graph_backoff\" ";