mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 21:42:19 +03:00
reuse-weights.perl --> substitute-weights.perl
This commit is contained in:
parent
e4f26e266f
commit
df3f3d130f
@ -1712,8 +1712,8 @@ sub write_mira_config {
|
||||
$tune_filtered_ini_start = $expt_dir."/".$tune_filtered_ini_start.".start";
|
||||
if ($start_weights) {
|
||||
# apply start weights to filtered ini file, and pass the new ini to mira
|
||||
print "DEBUG: $RealBin/support/reuse-weights.perl $start_weights < $tune_filtered_ini > $tune_filtered_ini_start \n";
|
||||
system("$RealBin/support/reuse-weights.perl $start_weights < $tune_filtered_ini > $tune_filtered_ini_start");
|
||||
print "DEBUG: $RealBin/support/substitute-weights.perl $start_weights $tune_filtered_ini $tune_filtered_ini_start \n";
|
||||
system("$RealBin/support/substitute-weights.perl $start_weights $tune_filtered_ini $tune_filtered_ini_start");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user