mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-11-10 10:59:21 +03:00
Setting number of zmert iterations back to unlimited in zmert config.
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@3091 1f5c12ca-751b-0410-a591-d2e778427230
This commit is contained in:
parent
671e7e2e4f
commit
5a1c308673
@ -661,7 +661,7 @@ print ZMERT_CFG "-fin\t$___LAMBDAS_OUT\n" if(defined $___LAMBDAS_OUT); # file wh
|
||||
|
||||
# MERT CONFIGURATION
|
||||
print ZMERT_CFG "-m\t$___METRIC\n";
|
||||
print ZMERT_CFG "-maxIt\t4\n"; #$MAX_MERT_ITER\n"; # maximum number of MERT iterations
|
||||
# print ZMERT_CFG "-maxIt\t$MAX_MERT_ITER\n"; # maximum number of MERT iterations
|
||||
# print ZMERT_CFG "-prevIt\t$PREV_MERT_ITER\n";
|
||||
# number of iteration before considering an early exit
|
||||
# print ZMERT_CFG "-minIt\t$MIN_MERT_ITER\n";
|
||||
|
Loading…
Reference in New Issue
Block a user