TF-GridNet training recipe for DNS Interspeech 2020 dataset#5710
Merged
mergify[bot] merged 4 commits intoespnet:masterfrom Mar 25, 2024
Merged
TF-GridNet training recipe for DNS Interspeech 2020 dataset#5710mergify[bot] merged 4 commits intoespnet:masterfrom
mergify[bot] merged 4 commits intoespnet:masterfrom
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5710 +/- ##
==========================================
- Coverage 76.66% 76.61% -0.06%
==========================================
Files 760 761 +1
Lines 69804 69875 +71
==========================================
+ Hits 53516 53534 +18
- Misses 16288 16341 +53
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Contributor
|
Thanks, @nateanl! |
Contributor
Author
|
Thanks @sw005320 for the review! I have added the HF model link. |
sw005320
approved these changes
Mar 21, 2024
Contributor
|
Thanks a lot! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds the configuration and evaluation results of TF-GridNet trained on DNS Interspeech 2020 dataset.
Results show that TF-GridNet is able to achieve high performance on reverberation set even though there is no reverberation added during training.
The results on non-reverberation set can be improved if the model is trained for more epochs, but that will hurt the scores in reverberation set due to overfitting. Hence we just train the model within 50 epochs to balance the performance.