please subscribe to the mailing list before posting to it. You can 
subscribe here:
    http://mailman.mit.edu/mailman/listinfo/moses-support

To answer your question - how do you know it is in an inifinite loop, 
rather than just taking a very long time? From the moses.ini file, it 
seems the phrase tables are not binarized. This will cause loading to 
take a very long time and use a lot of memory. You should binarize your 
phrase-table, reordering model and LM.

Also, if you are new to moses, please work through the tutorial here to 
get a better understanding of what moses is doing
    http://www.statmt.org/moses/?n=Moses.Baseline


On 29/05/2015 14:35, Bc. Robert ADAMEC wrote:
> Hello,
>
> I have encountered some trouble while working with Moses 3.0 optimization.
>
> When I use the configuration which you can see in the attached moses.ini the 
> Moses tool runs infinitely long in the run 1 and is stuck on the Loading 
> table into memory line. Do you know what could be the problem? For the "-v 
> 100" log see the atached log.txt
>
> When I tweak some of the config options in the moses.ini file I get segfault, 
> for example if I change the GenerationModel from current 1 -> 0 to 0,1 -> 0.
>
> The source corpus has the "word|factor" format for both used languages so 
> there should be no problems, the factor is an int number.
>
> Can you imagine any reason why it could be behaving this way and what could 
> have gone wrong?
>
> I launch the optimization via this command:
>
> /opt/moses-3.0/scripts/training/mert-moses.pl 
> /root/faktor_6/corpus/heldout.src /root/faktor_6/corpus/heldout.ref \
>    /opt/moses-3.0/bin/moses  /root/faktor_6/experiment/model/moses.ini \
>    --working-dir /root/faktor_6/tmp \
>    --decoder-flags "-threads 6 -v 0" \
>    --rootdir /opt/moses-3.0/scripts -mertdir /opt/moses-3.0/bin \
>    --maximum-iterations 10
>
> Best regards,
>
> Robert Adamec

-- 
Hieu Hoang
Researcher
New York University, Abu Dhabi
http://www.hoang.co.uk/hieu

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

Reply via email to