ranchlai / speaker-verification

Speaker verification using ResnetSE (EER=0.0093) and ECAPA-TDNN
88 stars 21 forks source link

very high eer and mindcf on timit test set #6

Open zabir-nabil opened 2 years ago

zabir-nabil commented 2 years ago

Hi, I took the pytorch weight from your repository and tested on timit dataset. This is the result I got.

100%|███████████████████████████████████████████████████████████████████████| 550000/550000 [00:20<00:00, 26564.40it/s]
[1 1 1 1 1]
[0.16506022 0.3287384  0.75089705 0.29004312 0.75670826]
eer: 0.4185651338778224 threshold: 0.266117769139665
min dcf: 1.412643764544026

As you can see, the eer is around 41%, and the min DCF is 1.41. Can you tell if there's something wrong with the pytorch weight you provided?