Skip to content
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

Open
keunwoochoi opened this issue May 1, 2019 · 6 comments
Open

SpecAugment #38

keunwoochoi opened this issue May 1, 2019 · 6 comments

Comments

@keunwoochoi
Copy link
Owner

https://github.com/zcaceres/spec_augment

This is obviously what we'd be interested in. cc' @zcaceres

@ksanjeevan
Copy link
Collaborator

We could add the PitchShift and TimeStretch on gpu here too?

@keunwoochoi
Copy link
Owner Author

If we go for #37's way, yes definitely - and it was even faster than on-CPU, right?

@zcaceres
Copy link

zcaceres commented May 1, 2019

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.

@ksanjeevan
Copy link
Collaborator

TimeStretch benchmark showed faster than librosa on cpu (and way faster on gpu).

@keunwoochoi
Copy link
Owner Author

@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 :)

@zcaceres
Copy link

zcaceres commented May 1, 2019

@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.

This was referenced May 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants