Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Darshan7575 authored Jul 13, 2024
2 parents 3751353 + 639d3b5 commit 4e244bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions egs2/acesinger/svs1/local/download_wget.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@
# $1 = file ID
# $2 = file name

URL="https://docs.google.com/uc?export=download&id=$1"

wget --load-cookies /tmp/cookies.txt "https://docs.google.com/uc?export=download&confirm=$(wget --quiet --save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate $URL -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1\n/p')&id=$1" -O $2 && rm -rf /tmp/cookies.txt
gdown $1 -O $2
2 changes: 1 addition & 1 deletion egs2/voxceleb/spk1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Overall results
| Model (conf name) | EER(%) | minDCF | Note | Huggingface |
|---|---|---|---|---|
| [conf/train_xvector.yaml](conf/train_xvector.yaml) | 1.81 | 0.1251 | | https://huggingface.co/espnet/voxcelebs12_xvector_mel |
| [conf/train_mfa_conformer.yaml](conf/train_mfa_conformer.yaml) | 0.862 | 0.0627 | | https://huggingface.co/espnet/voxcelebs12_mfaconformer_mel |
| [conf/train_mfa_conformer.yaml](conf/train_mfa_conformer.yaml) | 0.782 | 0.0656 | | https://huggingface.co/espnet/voxcelebs12_mfaconformer_mel |
| [conf/train_ECAPA_mel.yaml](conf/train_ECAPA_mel.yaml) | 0.856 | 0.0666 | | https://huggingface.co/espnet/voxcelebs12_ecapa_mel |
| [conf/train_rawnet3.yaml](conf/train_rawnet3.yaml) | 0.739 | 0.0581 | | https://huggingface.co/espnet/voxcelebs12_rawnet3 |
| [conf/train_SKA_mel.yaml](conf/train_SKA_mel.yaml) | 0.729 | 0.0457 | | https://huggingface.co/espnet/voxcelebs12_ska_mel |
Expand Down

0 comments on commit 4e244bc

Please sign in to comment.