Skip to content

Commit 0ff318b

Browse files
Wonkyumdanpovey
Wonkyum
authored andcommitted
[scripts] typo fix in augmentation script (#3329)
Fixes typo in #3119
1 parent c5aa3a9 commit 0ff318b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

egs/swbd/s5c/local/nnet3/multi_condition/run_aug_common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ if [ "$use_ivectors" == "true" ]; then
194194
utils/filter_scp.pl data/${ivector_trainset}_aug/utt2spk data/${train_set}_aug/feats.scp > data/${ivector_trainset}_aug/feats.scp
195195
utils/fix_data_dir.sh data/${ivector_trainset}_aug
196196
echo "$0: Creating alignments of aug data by copying alignments of clean data"
197-
local/copy_ali_dir.sh --nj 40 --cmd "$train_cmd" \
197+
steps/copy_ali_dir.sh --nj 40 --cmd "$train_cmd" \
198198
data/${ivector_trainset}_aug exp/${lda_mllt_ali} exp/${lda_mllt_ali}_aug
199199

200200
# We need to build a small system just because we need the LDA+MLLT transform

0 commit comments

Comments
 (0)