Janghyun1230 / Speaker_Verification

Tensorflow implementation of "Generalized End-to-End Loss for Speaker Verification"
MIT License
349 stars 104 forks source link

Compare 2 d-vectors without center #6

Closed taylorlu closed 5 years ago

taylorlu commented 5 years ago

Hi, can I compare 2 wavfiles by directly calculate the Cosine Similarity of 2 embedded d-vectors without centers for open-set datasets? Since there is no enrollment process. Thanks.

Janghyun1230 commented 5 years ago

@taylorlu I think you should write the new inference code which takes 1 utterance as input with the same trained weights of LSTMs.