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 <[email protected]>
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: [email protected]
>
>
> _______________________________________________
> Moses-support mailing list
> [email protected]
> http://mailman.mit.edu/mailman/listinfo/moses-support
>
>
_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to