在kaldi里面跑demo的时候提示,
queue.pl: Error submitting jobs to queue (return status was 32512)
queue log file is exp/make_mfcc/train/q/make_mfcc_train.log, command was qsub -v PATH -cwd -S /bin/bash -j y -l arch=*64* -o exp/make_mfcc/train/q/make_mfcc_train.log -t 1:2 /home/fyan/Kaldi/kaldi-trunnk/egs/thchs30/s5/exp/make_mfcc/train/q/make_mfcc_train.sh >>exp/make_mfcc/train/q/make_mfcc_train.log 2>&1
Output of qsub was: sh: 1: qsub: not found
网上看到的方法就是修改cmd.sh文件内容:
1 # you can change cmd.sh depending on what type of queue you are using.
2 # If you have no queueing system and want to run on a local machine, you
3 # can change all instances 'queue.pl' to run.pl (but be careful and run
4 # commands one by one: most recipes will exhaust the memory on your
5 # machine). queue.pl works with GridEngine (qsub). slurm.pl works
6