Skip to content

falloutdurham/specaugment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

SpecAugment / PyTorch

Implements the frequency and time masking transforms from SpecAugment in PyTorch.

Example

transforms.Compose([
     transforms.ToTensor(),
     FrequencyMask(max_width=10, use_mean=False)])

About

PyTorch Implementation of Time/Frequency Masks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages