speechbrain / speechbrain/speechbrain
SpecAugment should not mask in padding
Open
@mravanelli is already working on this.
Since Nov 17, 2021.
bug
- Dominant language
- Python
- Stars
- 11.8k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
When given a batch, the current SpecAugment implementation does not take the different lengths of the samples into account. It can happen that the time-mask is applied to padded areas.
The positions of the time masks should be sampled for each batch element depending on the length of the sample.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.