We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5aa3a9 commit 0ff318bCopy full SHA for 0ff318b
egs/swbd/s5c/local/nnet3/multi_condition/run_aug_common.sh
@@ -194,7 +194,7 @@ if [ "$use_ivectors" == "true" ]; then
194
utils/filter_scp.pl data/${ivector_trainset}_aug/utt2spk data/${train_set}_aug/feats.scp > data/${ivector_trainset}_aug/feats.scp
195
utils/fix_data_dir.sh data/${ivector_trainset}_aug
196
echo "$0: Creating alignments of aug data by copying alignments of clean data"
197
- local/copy_ali_dir.sh --nj 40 --cmd "$train_cmd" \
+ steps/copy_ali_dir.sh --nj 40 --cmd "$train_cmd" \
198
data/${ivector_trainset}_aug exp/${lda_mllt_ali} exp/${lda_mllt_ali}_aug
199
200
# We need to build a small system just because we need the LDA+MLLT transform
0 commit comments