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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
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