Re: [Moses-support] Tuning crashed

2016-06-08 Thread Barry Haddow
Hi Tomasz The error message about missing the ini file is a consequence of the tuning crash, so just ignore this. To find out why Moses is failing, run it again in the console like this: /home/moses/src/mosesdecoder/bin/moses -threads 16 -v 0 -config /home/moses/working/experiments/NGRAM5/m

[Moses-support] Tuning crashed

2016-06-08 Thread Tomasz Gawryl
Hi, I have a problem with tuning crashed. It seems that moses.ini is missing in temporary folder but I have no idea why. I attached link to my config file. Please help. Regards Thomas moses@smtserver:~/working/experiments/NGRAM5/steps/2$ more TUNING_tune.2.STDERR Using SCRIPTS_ROOTD

Re: [Moses-support] Tuning crashed

2014-05-24 Thread Wei Qiu
Thanks, Barry, Both batches-mira and pro tuning don't crash. But the result of batch-miratuning is very unstable due to the size of dev set. Best, Wei On Sat, May 24, 2014 at 11:34 AM, Wei Qiu wrote: > Thanks, Barry. I will try mira. > > Anyway, I share my model file here > > https://www.dro

Re: [Moses-support] Tuning crashed

2014-05-24 Thread Wei Qiu
Thanks, Barry. I will try mira. Anyway, I share my model file here https://www.dropbox.com/s/jko7aitnk9mqa8a/model.tar.gz Best, Wei On Sat, May 24, 2014 at 10:13 AM, Barry Haddow wrote: > Hi Wei > > This error (as far as I recall) tends to mean that one of your features is > flat (ie uninfor

Re: [Moses-support] Tuning crashed

2014-05-24 Thread Barry Haddow
Hi Wei This error (as far as I recall) tends to mean that one of your features is flat (ie uninformative). I don't see that this is the case for your features. The only thing I could think of is that your tuning set is quite small (500 sentences) but that doesn't usually cause a problem. My

[Moses-support] Tuning crashed

2014-05-24 Thread Wei Qiu
Hi, I tried to train a phrase-based baseline system from German to English. But during the tuning step, mert crashed in the first run. I tracked it to this error, Check abs(leftmost->first-gradient.rbegin()->first) < 0.0001 failed in mert /Optimizer.cpp:170 I've already checked similar posts on

Re: [Moses-support] Tuning crashed, mert.out - no such file or directory. intial BLEU=0

2013-06-13 Thread jayendra rakesh
Thank you barry that was most helpful. I was running the EMS for factored models(POS), there have been few mistakes on my part while giving the inputs properly, which I have corrected. The EMS now has run fine. I gave a factorized reference file (target language) where as the output is just surfa

Re: [Moses-support] Tuning crashed, mert.out - no such file or directory. intial BLEU=0

2013-06-09 Thread Barry Haddow
Hi Jayendra The fact that your bleu precisions are all zero (run1.scores.dat) suggests that something went badly wrong with the translation, or your reference set is incorrect. What do the translations (in run1.out) look like? The zeros in run1.features.dat are normal, but the very low lm sco

Re: [Moses-support] Tuning crashed, mert.out - no such file or directory. intial BLEU=0

2013-06-09 Thread Hieu Hoang
It's quite difficult to debug from this output. Can you make your model files available for download via dropbox or google drive and i will try and run it on my laptop. Does it run ok with mert or pro? Hieu Sent while bumping into things On 8 Jun 2013, at 07:39 PM, jayendra rakesh wrote: Sorry

Re: [Moses-support] Tuning crashed, mert.out - no such file or directory. intial BLEU=0

2013-06-08 Thread jayendra rakesh
Sorry for bumping the thread again. here's what I found after running the command by hand as suggested. run1.init.opt: * 0.30 0.30 0.30 0.30 0.30 0.30 0.30 0.50 -1.00 0.20 0.20 0.20 0.20 0.20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1

Re: [Moses-support] Tuning crashed, mert.out - no such file or directory. intial BLEU=0

2013-06-05 Thread jayendra rakesh
Hi Phi, Thanks for the reply, I made a hand run of the command as you have suggested and was able to repeat the crash. I have checked run1.init.opt file, it seems to be fine run1.init.opt: * 0.30 0.30 0.30 0.30 0.30 0.30 0.30 0.50 -1.00 0.20 0.20 0.2000

Re: [Moses-support] Tuning crashed, mert.out - no such file or directory. intial BLEU=0

2013-06-02 Thread Philipp Koehn
Hi, I have been running kbest MIRA with factored models many times, never with any problems, so "this should work". The error is in the step: /tools/mosesdecoder-master_2/bin/kbmira -J 100 -C 0.001 --dense-init run1.init.opt --ffile run1.features.data [...] so that's where to start. Check if

[Moses-support] Tuning crashed, mert.out - no such file or directory. intial BLEU=0

2013-06-02 Thread jayendra rakesh
Hi, My EMS setup (factored,MIRA) crashes at tuning stage after single run. config.toy: (attaching only training and tuning sections) *# TRANSLATION MODEL TRAINING [TRAINING] ### training script to be used: either a legacy script or # current moses training script (default) # script = $moses-scrip