Kaldi 오류 보고:queue.pl: Error submitting jobs to queue (return status was 32512)
1772 단어 Kaldi
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 # with slurm. Different queues are configured differently, with different
7 # queue names and different ways of specifying things like memory;
8 # to account for these differences you can create and edit the file
9 # conf/queue.conf to match your queue's configuration. Search for
10 # conf/queue.conf in http://kaldi-asr.org/doc/queue.html for more information,
11 # or search for the string 'default_config' in utils/queue.pl or utils/slurm.pl.
12
13 #export train_cmd=queue.pl
14 #export decode_cmd="queue.pl --mem 4G"
15 #export mkgraph_cmd="queue.pl --mem 8G"
16 #export cuda_cmd="queue.pl --gpu 1"
17 export train_cmd=run.pl
18 export decode_cmd=run.pl
19 export mkgraph_cmd="run.pl"
수정하기 전에 주석을 달았던 명령줄을 알림에 따라queue.pl 모두run으로 수정되었습니다.pl은 오케이.
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
Kaldi 오류 보고:queue.pl: Error submitting jobs to queue (return status was 32512)kaldi에서 데모를 뛸 때 힌트, 인터넷에서 본 방법은 cmd를 수정하는 것이다.sh 파일 내용: 수정하기 전에 주석을 달았던 명령줄을 알림에 따라queue.pl 모두run으로 수정되었습니다.pl은 오케이....
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.