We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d74beb9 commit 53c4bd1Copy full SHA for 53c4bd1
egs/wsj/s5/local/nnet3/run_ivector_common.sh
@@ -77,17 +77,12 @@ fi
77
78
79
# high-resolution features and i-vector extractor,
80
-if [ $stage -le 5 ] && [ -f data/${train_set}_sp_hires/feats.scp ]; then
+if [ $stage -le 4 ] && [ -f data/${train_set}_sp_hires/feats.scp ]; then
81
echo "$0: data/${train_set}_sp_hires/feats.scp already exists."
82
echo " ... Please either remove it, or rerun this script with stage > 2."
83
exit 1
84
fi
85
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
-
91
if [ $stage -le 5 ]; then
92
echo "$0: creating high-resolution MFCC features"
93
0 commit comments