clovaai / voxceleb_trainer

In defence of metric learning for speaker recognition
MIT License
1.02k stars 272 forks source link

How to calculate the test accuracy? #137

Closed dairuining closed 2 years ago

dairuining commented 2 years ago

Hello! I want to ask how to calculate the test accuracy?

hardmstar commented 2 years ago

EER( equal error rate) is used as metric in speaker recognition according to their paper, In defence of metric learning for speaker recognition . The code is defined as tuneThresholdfromScore() in tuneThreshold.py.