cmusphinx / sphinxtrain

Acoustic model trainer for CMU Sphinx
Other
178 stars 112 forks source link

Add slurm support #36

Open dhdaines opened 2 years ago

dhdaines commented 2 years ago

While various PBS-like schedulers still live on, it seems that most people use Slurm these days, and there's even a relatively straightforward tutorial on setting it up on Google Compute Engine ... which looks significantly more helpful than the "documentation" for CycleCloud on Azure.

Elasticloud still exists too, it seems to perhaps support slurm better than others.

So we should support slurm, it should be pretty easy given the small subset of scheduler functionality we need.