Skip to content

Commit

Permalink
Minor fix to librimix diar recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
ftshijt committed Jan 16, 2023
1 parent c7a5d65 commit c71cd03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion egs2/librimix/diar1/local/data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ done

for file in reco2dur rttm segments spk2utt utt2spk wav.scp; do
for dir in data/test data/train data/dev; do
mkdir -p ${dir}
echo -n "" > ${dir}/${file}
for i in $num_spk; do
cat ${dir}${i}/${file} >> ${dir}/${file}
Expand All @@ -86,4 +87,4 @@ for dir in data/test data/train data/dev; do
done
fi

log "Successfully finished. [elapsed=${SECONDS}s]"
log "Successfully finished. [elapsed=${SECONDS}s]"

0 comments on commit c71cd03

Please sign in to comment.