I'm trying to set up an open-source distributed batch job tool such as Torque
PBS, Sun Grid Engine or something else to train speech models on an 8-core
Ubuntu Machine. My questions are
Which facility will be the easiest to acoustic model training?
Any installation instruction I can follow?
Can decoding be processed by multiple jobs (1 job/core) at the same time?
Thanks for any comments:)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm trying to set up an open-source distributed batch job tool such as
Torque PBS, Sun Grid Engine or something else to train speech models on an
8-core Ubuntu Machine
There is no much need in that. On multicore machines you can perfectly use
POSIX queue. PBS is only needed if you have distributed cluster with multiple
machines connected over net.
My questions are Which facility will be the easiest to acoustic model
training?
There is no difference
Any installation instruction I can follow?
Grid/PBS docs obviosly
Can decoding be processed by multiple jobs (1 job/core) at the same time?
why not
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dear all,
I'm trying to set up an open-source distributed batch job tool such as Torque
PBS, Sun Grid Engine or something else to train speech models on an 8-core
Ubuntu Machine. My questions are
Which facility will be the easiest to acoustic model training?
Any installation instruction I can follow?
Can decoding be processed by multiple jobs (1 job/core) at the same time?
Thanks for any comments:)
There is no much need in that. On multicore machines you can perfectly use
POSIX queue. PBS is only needed if you have distributed cluster with multiple
machines connected over net.
There is no difference
Grid/PBS docs obviosly
why not