TaoRuijie / ECAPA-TDNN

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

Move train loader initialisation after evaluation #78

Closed hbwu-ntu closed 4 months ago

hbwu-ntu commented 5 months ago

If the user only wants to do evaluation, they don't need to define the train loader. Could you move train loader initialization after evaluation? Otherwise, there will be annoying errors.