IDRnD / ReDimNet

The official pytorch implemention of the Intespeech 2024 paper "Reshape Dimensions Network for Speaker Recognition"
MIT License
117 stars 5 forks source link

Questions about validating ERR #12

Closed Yonghai557 closed 3 weeks ago

Yonghai557 commented 2 months ago

Hi author, I am a beginner in deep learning. I would like to ask you about the validation process of this ERR, is it firstly generating test files in groups of two by two randomly, and then passing each pair of test data of the test files through the trained model, and finally determining whether it belongs to the same person or not by comparing whether the difference between the two pairs is less than a certain threshold value? I woud be grateful for your answers!