twgo / siann1-hak8_boo5-hing5

聲學模型訓練
MIT License
1 stars 1 forks source link

走評估變數定義 #21

Closed leo424y closed 6 years ago

leo424y commented 6 years ago

有stage nj 兩個變數,請教其意味? stage應是實驗階斷,推測往看可以了解,nj有點難猜

leo424y commented 6 years ago

cat 走評估.sh | grep 'nj' nj=4 steps/make_mfcc.sh --nj $nj --cmd "$train_cmd" \ steps/decode_si.sh --nj $nj --cmd "$decode_cmd" --config conf/decode.config \ steps/decode.sh --nj $nj --cmd "$decode_cmd" --config conf/decode.config \ steps/decode.sh --nj $nj --cmd "$decode_cmd" --config conf/decode.config \ steps/decode_fmllr.sh --nj $nj --cmd "$decode_cmd" \ steps/decode_fmllr.sh --nj $nj --cmd "$decode_cmd" \

請教nj意涵,似乎與decode這件事有關

sih4sing5hong5 commented 6 years ago

nj = number of job = thread 數量 = CPU 數量

佮split有關

make_mfcc

音檔=> mfcc

decode

MFCC=> 辨識結果