-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add implementations of USES2 speech enhancement models #5761
base: master
Are you sure you want to change the base?
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Look good to me !
I can't understand how the modified scripts can cause an error when installing espnet in the CI tests... |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5761 +/- ##
==========================================
- Coverage 34.39% 27.87% -6.52%
==========================================
Files 780 551 -229
Lines 71754 47203 -24551
==========================================
- Hits 24677 13160 -11517
+ Misses 47077 34043 -13034
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
What?
This PR adds the implementations of the USES2-Swin and USES2-Comp speech enhancement models proposed in the ICASSP 2024 paper "Improving Design of Input Condition Invariant Speech Enhancement".
Why?
This is an upgraded version of the previously added USES model (#5482).
See also
https://arxiv.org/abs/2401.14271