kaldi-asr/kaldi

Update single job scripts like utils/data/get_utt2dur.sh, steps/compute_cmvn_stats.sh to use multiple jobs

Open

#984 建立於 2016年8月20日

在 GitHub 查看
 (6 留言) (0 反應) (0 負責人)Shell (5,359 fork)batch import
enhancementhelp wantedstale

倉庫指標

Star
 (15,392 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

In the large data recipes in Kaldi many single job scripts in steps/* and utils/*, which were very fast for normal sized LVCSR tasks, consume several hours. e.g. on fisher_swbd/aspire the utils/data/get_utt2dur.sh script runs for a few hours.

We need to update these scripts to add parallelization support.

Required skill: shell scripting

貢獻者指南