-
Notifications
You must be signed in to change notification settings - Fork 22
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
SpecAugment #38
Comments
We could add the |
If we go for #37's way, yes definitely - and it was even faster than on-CPU, right? |
thanks for the mention! Not to be promotional but have you taken a look at fastai-audio ? I wrote a bunch of GPU-based data augmentations there w/Torchaudio. |
|
@zcaceres Oh, only heard of it, looks great! Seems like a bunch of great motivations. I'll review the notebooks by myself soon and would love to hear from you about anything good to add here :) |
@keunwoochoi the notebooks are a bit of a mess so reader beware! within the next two weeks I'll be polishing them up and exporting the best code to a usable module. the idea was to have a full audio pipeline from raw files --> transforms with GPU --> working classifier & working sequence (RNN) model where you can easily operate on raw signal or an image representation (spectro) of the signal. We are essentially there with functionality, but needs some polish. |
https://github.com/zcaceres/spec_augment
This is obviously what we'd be interested in. cc' @zcaceres
The text was updated successfully, but these errors were encountered: