Skip to content

Commit

Permalink
[egs] Fix to run_ivector_common.sh in swbd (crash when running from s…
Browse files Browse the repository at this point in the history
…tage 3) (#3631)
  • Loading branch information
sih4sing5hong5 authored and danpovey committed Oct 2, 2019
1 parent 6ffde4b commit 8dcae07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egs/swbd/s5c/local/nnet3/run_ivector_common.sh
Expand Up @@ -37,8 +37,8 @@ if $speed_perturb; then
steps/align_fmllr.sh --nj 100 --cmd "$train_cmd" \
data/${train_set}_sp data/lang exp/tri4 exp/tri4_ali_nodup_sp
fi
train_set=${train_set}_sp
fi
train_set=${train_set}_sp

if [ $stage -le 3 ]; then
mfccdir=mfcc_hires
Expand Down

0 comments on commit 8dcae07

Please sign in to comment.