Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions egs/wsj/s5/steps/paste_feats.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ for data_src in ${data_src_arr[@]}; do
done

for n in $(seq $nj); do
# the next command does nothing unless $arkdir/storage/ exists, see
# the next command does nothing unless $ark_dir/storage/ exists, see
# utils/create_data_link.pl for more info.
utils/create_data_link.pl $arkdir/pasted_$name.$n.ark
utils/create_data_link.pl $ark_dir/pasted_$name.$n.ark
done

$cmd JOB=1:$nj $logdir/append.JOB.log \
Expand Down