jymsuper / SpeakerRecognition_tutorial

Simple d-vector based Speaker Recognition (verification and identification) using Pytorch
MIT License
210 stars 46 forks source link

Is there any related papers for this code as a reference? #14

Closed Pandade1997 closed 3 years ago

jymsuper commented 3 years ago

Hi. This code is for beginners containing only basic concept of speaker recognition.

You can refer my paper below.

"Spatial Pyramid Encoding with Convex Length Normalization for Text-Independent Speaker Verification"

The code does not deal with the algorithm of the above paper, but the naive model is implemented in the code (the model using global average pooling and cross entropy loss).

Thank you.