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

Reply via email to