-
Notifications
You must be signed in to change notification settings - Fork 90
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
Learnable Window #108
Comments
The learnable kernels are, by default, disable in all STFT, Mel spectrograms, MFCC, and their inverse counterparts. If you are referring to the argument
|
Thank you for the answer. I want to use RNNS instead of CNNs in my maodel. Will this code work for RNNs too? |
Yes it will work. nnAudio is just for spectrogram extraction using GPU. Once you have that spectrogram, you can use any model of your choice. The CNN in the example is just a demonstration on how to use nnAudio together with a pytorch model. |
Could you please elaborate why you have not used Learnable_window in STFT , Mel Spectrograms and MFCC but used in their inverse counterparts?
The text was updated successfully, but these errors were encountered: