TaoRuijie / ECAPA-TDNN

Unofficial reimplementation of ECAPA-TDNN for speaker recognition (EER=0.86 for Vox1_O when train only in Vox2)
MIT License
594 stars 113 forks source link

Dimension issue about time and feature. #3

Closed czy97 closed 2 years ago

czy97 commented 2 years ago

https://github.com/TaoRuijie/ECAPATDNN/blob/6bbf8c56e5b7c4be1df4d5aabcf526856aa36a57/model.py#L106 I think the dim 2 is the time dimension and dim 1 is the feature dimension. Can you check it further? Of course, it has no effect on the result.

TaoRuijie commented 2 years ago

Thanks for pointing it out. Yes, that is a mistake, I have modified it :)