Snowdar / asv-subtools

An Open Source Tools for Speaker Recognition
Apache License 2.0
590 stars 135 forks source link

Errors when do AS-Norm #19

Closed mxer closed 3 years ago

mxer commented 3 years ago

Hi, thank you for this great tools, when i run voxcelebSRC recipe, i met some errors when do as-norm, they are:

  1. can't find score file error(name error, i have fixed it);
  2. when get subset of train set for cohort set, should also get subset of xvector of train set(i have fixed it);
  3. when i chose cohort_method="mean",i get an error like 2,but i can't fix it because i don't understand how this method do, so can you fix it? or you can provide some references for me, maybe i can implement it and pr. Thx !!!
mxer commented 3 years ago

I think I have fixed it, voxceleb recipe gives a good example. close this issue.