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. Issue while deletion of crashed step in EMS (Ratish Puduppully)
2. Re: Issue while deletion of crashed step in EMS (Philipp Koehn)
----------------------------------------------------------------------
Message: 1
Date: Mon, 29 Sep 2014 18:43:17 +0530
From: Ratish Puduppully <ratish123@gmail.com>
Subject: [Moses-support] Issue while deletion of crashed step in EMS
To: "moses-support@mit.edu" <moses-support@mit.edu>
Message-ID:
<CAEb1jG6ypFrazBO0HbAnEMkNBrxS6ZYSXgvd9o_HrF4tMwcVhw@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Hi,
I was trying to delete a crashed step in EMS. I executed the command:
./experiment.perl -delete-crashed <step no> -config <path to config>
But it failed with the error:
LOAD CONFIG...
ERROR: CONFIG FILE NOT FOUND: steps/<step no>/config.1 at ./experiment.perl
line 325
On investigating, I found the following lines in experiment.perl
sub steps_file { my ($file,$run) = @_; return "steps/$run/$file";}
It modifies the path to the config in the steps folder and sets it to the
relative path instead of the full path.
On replacing it with full path it worked fine.
Please let me know it is genuine issue or some missing settings on my end.
Regards,
--
Ratish Puduppully
Research Engineer
Center for Indian Language Technology <http://www.cfilt.iitb.ac.in/>
Computer Science and Engineering Department <http://www.cse.iitb.ac.in/>
IIT Bombay <http://www.iitb.ac.in/>
email: ratishp@cse.iitb.ac.in
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20140929/9fddf0a1/attachment-0001.htm
------------------------------
Message: 2
Date: Mon, 29 Sep 2014 09:45:08 -0400
From: Philipp Koehn <pkoehn@inf.ed.ac.uk>
Subject: Re: [Moses-support] Issue while deletion of crashed step in
EMS
To: Ratish Puduppully <ratish123@gmail.com>
Cc: "moses-support@mit.edu" <moses-support@mit.edu>
Message-ID:
<CAAFADDA3KT2Tq6CX1q4p+6L6ZByXfHO_qzHSMtHnvxR5yQVwAA@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Hi,
to run with the delete-crashed option, you just need to specify the run
number
and not the config file (in other words: no -config option).
If you are trying to delete crashed steps from run one, you would execute:
experiment.perl -delete-crashed 1 -exec
All these commands should be executed in the working directory
(where the steps directory is located).
-phi
On Mon, Sep 29, 2014 at 9:13 AM, Ratish Puduppully <ratish123@gmail.com>
wrote:
> Hi,
> I was trying to delete a crashed step in EMS. I executed the command:
> ./experiment.perl -delete-crashed <step no> -config <path to config>
>
> But it failed with the error:
> LOAD CONFIG...
> ERROR: CONFIG FILE NOT FOUND: steps/<step no>/config.1 at
> ./experiment.perl line 325
>
> On investigating, I found the following lines in experiment.perl
> sub steps_file { my ($file,$run) = @_; return "steps/$run/$file";}
>
> It modifies the path to the config in the steps folder and sets it to the
> relative path instead of the full path.
> On replacing it with full path it worked fine.
> Please let me know it is genuine issue or some missing settings on my end.
>
> Regards,
> --
> Ratish Puduppully
> Research Engineer
> Center for Indian Language Technology <http://www.cfilt.iitb.ac.in/>
> Computer Science and Engineering Department <http://www.cse.iitb.ac.in/>
> IIT Bombay <http://www.iitb.ac.in/>
> email: ratishp@cse.iitb.ac.in
>
>
> _______________________________________________
> 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/20140929/9ebdb9f4/attachment-0001.htm
------------------------------
_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support
End of Moses-support Digest, Vol 95, Issue 48
*********************************************
Subscribe to:
Post Comments (Atom)
0 Response to "Moses-support Digest, Vol 95, Issue 48"
Post a Comment