Send Moses-support mailing list submissions to
moses-support@mit.edu
To subscribe or unsubscribe via the World Wide Web, visit
http://mailman.mit.edu/mailman/listinfo/moses-support
or, via email, send a message with subject or body 'help' to
moses-support-request@mit.edu
You can reach the person managing the list at
moses-support-owner@mit.edu
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Moses-support digest..."
Today's Topics:
1. Tuning crashed (Wei Qiu)
2. Re: Tuning crashed (Barry Haddow)
3. Re: Tuning crashed (Wei Qiu)
4. Re: Moses setup error (Nishkarsh Shastri)
----------------------------------------------------------------------
Message: 1
Date: Sat, 24 May 2014 09:31:40 +0200
From: Wei Qiu <wei@qiu.es>
Subject: [Moses-support] Tuning crashed
To: moses-support <moses-support@mit.edu>
Message-ID:
<CALWr_T-ZKiJZa2ZmYJMXjkwECJGD5d4L8btXKsWxioMtVajF_Q@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
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 the mailing list, but my run1.
outand run1. Scores
.data look alright.
The tuning directory is shared here:
https://www.dropbox.com/s/j6tflbtft3uqvuu/tmp.1.tar.gz
The model directory will be shared as well(it's still uploading).
Thanks in advance.
Best,
Wei Qiu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20140524/89c848ac/attachment-0001.htm
------------------------------
Message: 2
Date: Sat, 24 May 2014 09:13:24 +0100
From: Barry Haddow <bhaddow@staffmail.ed.ac.uk>
Subject: Re: [Moses-support] Tuning crashed
To: Wei Qiu <wei@qiu.es>, moses-support <moses-support@mit.edu>
Message-ID: <538054A4.9010908@staffmail.ed.ac.uk>
Content-Type: text/plain; charset="iso-8859-1"
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 suggestion would be to try tuning with batch mira or pro.
cheers - Barry
On 24/05/14 08:31, Wei Qiu wrote:
> 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 the mailing list, but my run1.
> out and run1. Scores.data look alright.
>
> The tuning directory is shared here:
> https://www.dropbox.com/s/j6tflbtft3uqvuu/tmp.1.tar.gz
>
> The model directory will be shared as well(it's still uploading).
>
> Thanks in advance.
>
> Best,
> Wei Qiu
>
>
>
>
> _______________________________________________
> Moses-support mailing list
> Moses-support@mit.edu
> http://mailman.mit.edu/mailman/listinfo/moses-support
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20140524/599c9ab9/attachment-0001.htm
------------------------------
Message: 3
Date: Sat, 24 May 2014 11:34:01 +0200
From: Wei Qiu <wei@qiu.es>
Subject: Re: [Moses-support] Tuning crashed
To: Barry Haddow <bhaddow@staffmail.ed.ac.uk>
Cc: moses-support <moses-support@mit.edu>
Message-ID:
<CALWr_T8xHGAnjUzYLvk1jkEYpFt3MRKCKis1P5WD9_o86Kp49w@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
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
<bhaddow@staffmail.ed.ac.uk>wrote:
> 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 suggestion would be to try tuning with batch mira or pro.
>
> cheers - Barry
>
>
> On 24/05/14 08:31, Wei Qiu wrote:
>
> 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 the mailing list, but my run1. outand run1. Scores
> .data look alright.
>
> The tuning directory is shared here:
> https://www.dropbox.com/s/j6tflbtft3uqvuu/tmp.1.tar.gz
>
> The model directory will be shared as well(it's still uploading).
>
> Thanks in advance.
>
> Best,
> Wei Qiu
>
>
>
>
> _______________________________________________
> Moses-support mailing listMoses-support@mit.eduhttp://mailman.mit.edu/mailman/listinfo/moses-support
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20140524/f27ca225/attachment-0001.htm
------------------------------
Message: 4
Date: Sat, 24 May 2014 16:44:08 +0530
From: Nishkarsh Shastri <nishkarsh.shastri@gmail.com>
Subject: Re: [Moses-support] Moses setup error
To: moses-support@mit.edu
Message-ID:
<CAB9695b+43a3wzNVTQp7eK0OMFc1FPEySz6TafCHsXbS7J-71A@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Still I am unable to rectify the error.
Cany you give me any tip?
On Sat, May 24, 2014 at 11:42 AM, Nishkarsh Shastri <
nishkarsh.shastri@gmail.com> wrote:
> Sir,
> I am getting the Tuning Crashed error while setting up the moses in my PC
> I am attaching the actual error, error log and moses.ini along with the
> mail.
> Please see to it.
>
> --
> Nishkarsh Shastri
> 2nd year U/G
> Dept. of Computer Science and Engineering
> IIT Kharagpur
>
--
Nishkarsh Shastri
2nd year U/G
Dept. of Computer Science and Engineering
IIT Kharagpur
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20140524/d6e88896/attachment.htm
------------------------------
_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support
End of Moses-support Digest, Vol 91, Issue 36
*********************************************
Subscribe to:
Post Comments (Atom)
0 Response to "Moses-support Digest, Vol 91, Issue 36"
Post a Comment