Skip to content

Commit

Permalink
bug fix for PLDA download
Browse files Browse the repository at this point in the history
  • Loading branch information
desh2608 committed Jun 9, 2020
1 parent 782d26f commit ee69d97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion egs/libri_css/s5_mono/local/download_diarizer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ tar -xvzf 0012_diarization_v1.tar.gz
rm -f 0012_diarization_v1.tar.gz

# Download PLDA model trained on augmented Librispeech data
wget https://desh2608.github.io/static/files/jsalt/plda 0012_diarization_v1/exp/xvector_nnet_1a/
rm 0012_diarization_v1/exp/xvector_nnet_1a/plda
wget https://desh2608.github.io/static/files/jsalt/plda -P 0012_diarization_v1/exp/xvector_nnet_1a/
cd ../..
cp -r ${dir}/0012_diarization_v1/exp .
rm -rf ${dir}

0 comments on commit ee69d97

Please sign in to comment.