Support using different musan augmentations for the same audio. #1975
Open
csukuangfj wants to merge 3 commits intok2-fsa:masterfrom
Open
Support using different musan augmentations for the same audio. #1975csukuangfj wants to merge 3 commits intok2-fsa:masterfrom
csukuangfj wants to merge 3 commits intok2-fsa:masterfrom
Conversation
In addition, it returns the original audio without augmentation.
Collaborator
|
Cool... so this would return a batch whose size is a multiple of 3, right? And the first block would be the un-augmented features? |
Collaborator
Author
Yes, you are right |
|
思想非常棒,我们这边在内部数据测试,用原始的 musan 加噪方案可以收敛, 用 三倍数据的加噪方案 不收敛。 而且训练的 batch 要降低。 |
Collaborator
Author
这个主要是配合 cr ctc 一起使用。 |
明白您的意思,感谢! |
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.
The
K2SpeechRecognitionDatasetis changed so thatTo make the code review easier, we post the changes below
Usage
Note that the following transform with musan won't change the number of feature frames of a cut.