Hi Moses developers,
 
Can we generally assume that parameters provided by a command line switch overwrite the corresponding parameters in the moses.ini?
 
For the stack parameter, the output (when initializing the decoder) is a bit confusing. Let's say we set 
 
[s]
1500
 
in the moses.ini and try to overwrite it with "-s 2000" when starting the decoder. Then the output (see below) lists "s: 1500" as well as "stack: 2000", and I am not sure which one is actually used.
 
Thanks and best,
Miriam
 
 
Here is the output, omitting the uninteresting details:
 

moses -f moses.ini -s 2000

Defined parameters (per moses.ini or switch):

config: ...

cube-pruning-pop-limit: 1500 

distortion-limit: 6 

feature:...

input-factors: 0 

mapping: 0 T 0 

s: 1500 

search-algorithm: 1 

stack: 2000 

threads: all 

weight: ...

 
 
_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to