Skip to content

Commit

Permalink
Merge pull request #4886 from teinhonglo/master
Browse files Browse the repository at this point in the history
Sorted $utt_extra_files and $spk_extra_files of extra_fix_data_dir.sh
  • Loading branch information
danpovey committed Nov 13, 2023
2 parents 0d12885 + e97d353 commit b488400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egs/wsj/s5/utils/fix_data_dir.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function check_sorted {
}

for x in utt2spk spk2utt feats.scp text segments wav.scp cmvn.scp vad.scp \
reco2file_and_channel spk2gender utt2lang utt2uniq utt2dur reco2dur utt2num_frames; do
reco2file_and_channel spk2gender utt2lang utt2uniq utt2dur reco2dur utt2num_frames $utt_extra_files $spk_extra_files; do
if [ -f $data/$x ]; then
cp $data/$x $data/.backup/$x
check_sorted $data/$x
Expand Down

0 comments on commit b488400

Please sign in to comment.