theolepage / sslsv

Framework for training and evaluating self-supervised learning methods for speaker verification.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sorry

liyunlongaaa opened this issue · comments

sorry, I can't understand the code for using the annotated label in evaluate_label_efficient, it seems that the training process is the same as no label process. Can you talk some key about it?

Hi @liyunlongaaa,

Indeed, the training process is similar. The only difference is that we use SupervisedSampler.py to make sure that each sample in the training mini-batch is from a unique speaker. This corresponds to a metric learning paradygm (see In defence of metric learning for speaker recognition).