IDRnD / ReDimNet

The official pytorch implemention of the Intespeech 2024 paper "Reshape Dimensions Network for Speaker Recognition"
MIT License
112 stars 5 forks source link

[fix] Fix imports issue #6

Closed AntonOkhotnikov closed 3 months ago

AntonOkhotnikov commented 3 months ago

https://github.com/IDRnD/ReDimNet/blob/f9c3a4cd3f99f3339a3f34785dcfb7a47e015822/redimnet.py#L607

Need properly import ECAPA_TDNN

vanIvan commented 3 months ago

Fixed