asahi417 commited on
Commit
68ad2f1
·
1 Parent(s): 43b7c1f
Files changed (1) hide show
  1. experiment_speaker_verification.py +2 -2
experiment_speaker_verification.py CHANGED
@@ -60,10 +60,10 @@ def anlyze_embedding(model_class, model_name: str, dataset_name: str):
60
  if __name__ == '__main__':
61
  # cache embedding
62
  get_embedding(MetaVoiceSE, "meta_voice_se", "asahi417/voxceleb1-test-split", "test")
63
- get_embedding(PyannoteSE, "pyannote_se", "asahi417/voxceleb1-test-split", "test")
64
  get_embedding(W2VBertSE, "w2v_bert_se", "asahi417/voxceleb1-test-split", "test")
65
  get_embedding(MetaVoiceSE, "meta_voice_se", "ylacombe/expresso", "train")
66
- get_embedding(PyannoteSE, "pyannote_se", "ylacombe/expresso", "train")
67
  get_embedding(W2VBertSE, "w2v_bert_se", "ylacombe/expresso", "train")
68
 
69
 
 
60
  if __name__ == '__main__':
61
  # cache embedding
62
  get_embedding(MetaVoiceSE, "meta_voice_se", "asahi417/voxceleb1-test-split", "test")
63
+ # get_embedding(PyannoteSE, "pyannote_se", "asahi417/voxceleb1-test-split", "test")
64
  get_embedding(W2VBertSE, "w2v_bert_se", "asahi417/voxceleb1-test-split", "test")
65
  get_embedding(MetaVoiceSE, "meta_voice_se", "ylacombe/expresso", "train")
66
+ # get_embedding(PyannoteSE, "pyannote_se", "ylacombe/expresso", "train")
67
  get_embedding(W2VBertSE, "w2v_bert_se", "ylacombe/expresso", "train")
68
 
69