Thanks Matthias, You mean I run the binary which has been produced on the cluster on my local desktop, without compiling moses again?
My feature score for a sentence or a part of it, is the multiply of probabilities for its dependency structures. Each sentence with limited max size has a maximum number of such dependencies. So I can estimate the maximum value of my feature. Yep, I've seen your previous email about changing the code. I just use plusEquals in my feature to add scores, as I understand, the new code does not affect it. Right? Sent from my android device. -----Original Message----- From: Matthias Huck <[email protected]> To: Arefeh Kazemi <[email protected]> Cc: Moses-support <[email protected]> Sent: Fri, 23 Jan 2015 0:11 Subject: Re: [Moses-support] about the scores in run*.best100.out Hi Arefeh, Can you try to run the setup from the cluster on your local desktop system? With the same input, a Moses binary compiled from the same sources, and the same command to produce the n-best lists? Normally it should give you the same output. Why would the feature never produce an overall score larger than 60? Also note that you should not use Assign() in your feature functions any more (since two weeks ago). http://comments.gmane.org/gmane.comp.nlp.moses.user/12146 If you use Assign rather than PlusEquals and you merged with the recent master from GitHub on the cluster but not on your desktop machine, then something like what you described can have happened. Cheers, Matthias On Thu, 2015-01-22 at 21:00 +0000, Arefeh Kazemi wrote: > Hi > > > I've implemented a feature with 4 scores in moses-chart. when I debug > the code on my system, every thing is OK and the scores are calculated > right, but when I run mert to tune the weights (on a cluster), I get > wrong scores for my feature in run*.best.100 files. for example my > feature could have the maximum value of 60 but for some instances I > get values more than 300. > > does anyone know why this happens? > > > Regards > > > _______________________________________________ > Moses-support mailing list > [email protected] > http://mailman.mit.edu/mailman/listinfo/moses-support -- The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336.
_______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
