Menu

mc_config file format in SphinxTrain scripts

Help
2005-12-28
2012-09-22
  • Nagendra Kumar Goel

    I was wondering if anbody know where to find
    the file format (expected contents) for the
    mc_config file that is used if we want to train on multiple machines using SphinxTrain, and the
    scripts that come with it.

     
    • Evandro B. Gouvea

      The format is as follows. One machine description per line, each line with 3 items: machine name, path to the current working directory from that machine, and number of jobs max in that machine, something like:

      machine1 /net/mymachine/usr0/mydir 2
      machine2 /net/mymachine/usr0/mydir 3

      The scripts haven't been maintained in a while, and the perl scripts rely on some unix commands (e.g. "system (rm ...)" instead of "unlink ...". If you test and it works, let us know.

      --Evandro

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.