kaldi-asr/kaldi

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

Ouverte

#984 ouverte le 20 août 2016

 (6 commentaires) (0 réaction) (0 personne assignée)Shell (5 359 forks)batch import
enhancementhelp wantedstale

Métriques du dépôt

Stars
 (15 392 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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

Guide contributeur