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:
Diffstat (limited to 'scripts/training/mert-moses.pl')
-rwxr-xr-xscripts/training/mert-moses.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/training/mert-moses.pl b/scripts/training/mert-moses.pl
index 682b6fe7e..d1ac5828a 100755
--- a/scripts/training/mert-moses.pl
+++ b/scripts/training/mert-moses.pl
@@ -863,7 +863,8 @@ while (1) {
$mira_settings .= "$batch_mira_args ";
}
- $mira_settings .= " --dense-init run$run.dense";
+ $mira_settings .= " --dense-init run$run.$weights_in_file";
+ #$mira_settings .= " --dense-init run$run.dense";
if (-e "run$run.sparse-weights") {
$mira_settings .= " --sparse-init run$run.sparse-weights";
}