wenet-e2e / wespeaker

Research and Production Oriented Speaker Verification, Recognition and Diarization Toolkit
Apache License 2.0
664 stars 112 forks source link

Adding ReDimNet to wespeaker #341

Open Spectra456 opened 1 month ago

Spectra456 commented 1 month ago

Hi. Guys from IDRND release a new SOTA models called ReDimNet: https://github.com/IDRnD/ReDimNet/tree/master Probably need to add it to wespeaker and compare with your ResNet implementations, they claim very serious improvments in speed and accuracy. They also used wespeaker pipeline to train models, so I think there is not gonna be issues with adding models.

wsstriving commented 1 month ago

Hi, Thanks for raising this issue. We also noticed this paper, which seems quite interesting. I just inquired about the license on their GitHub here. If they are okay with it, we will start the integration.

Shuai.

wsstriving commented 4 weeks ago

Check the implementation at https://github.com/wenet-e2e/wespeaker/pull/346, I currently don't have enough resources to validate all the configurations.