Skip to content

Commit a15f7d0

Browse files
committed
Fix typo, remove extra quote
1 parent e1a0ca0 commit a15f7d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

egs/wsj/s5/steps/nnet3/chain/get_egs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ esac
210210

211211
if [ -f $dir/trans.scp ]; then
212212
feats="$feats transform-feats --utt2spk=ark:$sdata/JOB/utt2spk scp:$dir/trans.scp ark:- ark:- |"
213-
valid_feats="$valid_feats transform-feats --utt2spk=ark:$data/utt2spk scp:$dir/trans.scp|' ark:- ark:- |"
214-
train_subset_feats="$train_subset_feats transform-feats --utt2spk=ark:$data/utt2spk scp:$dir/trans.scp|' ark:- ark:- |"
213+
valid_feats="$valid_feats transform-feats --utt2spk=ark:$data/utt2spk scp:$dir/trans.scp ark:- ark:- |"
214+
train_subset_feats="$train_subset_feats transform-feats --utt2spk=ark:$data/utt2spk scp:$dir/trans.scp ark:- ark:- |"
215215
fi
216216

217217
if [ ! -z "$online_ivector_dir" ]; then

0 commit comments

Comments
 (0)