asahi417 commited on
Commit
db53fea
·
1 Parent(s): f1c7699
Files changed (1) hide show
  1. experiment_speaker_verification.py +1 -1
experiment_speaker_verification.py CHANGED
@@ -50,7 +50,7 @@ if __name__ == '__main__':
50
  # get_embedding(PyannoteSE, "pyannote_se", "asahi417/voxceleb1-test-split")
51
  get_embedding(W2VBertSE, "w2v_bert_se", "asahi417/voxceleb1-test-split")
52
  get_embedding(MetaVoiceSE, "meta_voice_se", "ylacombe/expresso")
53
- get_embedding(PyannoteSE, "pyannote_se", "ylacombe/expresso")
54
  get_embedding(W2VBertSE, "w2v_bert_se", "ylacombe/expresso")
55
 
56
 
 
50
  # get_embedding(PyannoteSE, "pyannote_se", "asahi417/voxceleb1-test-split")
51
  get_embedding(W2VBertSE, "w2v_bert_se", "asahi417/voxceleb1-test-split")
52
  get_embedding(MetaVoiceSE, "meta_voice_se", "ylacombe/expresso")
53
+ # get_embedding(PyannoteSE, "pyannote_se", "ylacombe/expresso")
54
  get_embedding(W2VBertSE, "w2v_bert_se", "ylacombe/expresso")
55
 
56