Skip to content

Commit 53c4bd1

Browse files
authored
[egs] remove duplicated speed-perturbation script in WSJ recipe (kaldi-asr#3995)
1 parent d74beb9 commit 53c4bd1

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

egs/wsj/s5/local/nnet3/run_ivector_common.sh

+1-6
Original file line numberDiff line numberDiff line change
@@ -77,17 +77,12 @@ fi
7777

7878

7979
# high-resolution features and i-vector extractor,
80-
if [ $stage -le 5 ] && [ -f data/${train_set}_sp_hires/feats.scp ]; then
80+
if [ $stage -le 4 ] && [ -f data/${train_set}_sp_hires/feats.scp ]; then
8181
echo "$0: data/${train_set}_sp_hires/feats.scp already exists."
8282
echo " ... Please either remove it, or rerun this script with stage > 2."
8383
exit 1
8484
fi
8585

86-
if [ $stage -le 4 ]; then
87-
echo "$0: preparing directory for speed-perturbed data"
88-
utils/data/perturb_data_dir_speed_3way.sh data/${train_set} data/${train_set}_sp
89-
fi
90-
9186
if [ $stage -le 5 ]; then
9287
echo "$0: creating high-resolution MFCC features"
9388

0 commit comments

Comments
 (0)