-
Notifications
You must be signed in to change notification settings - Fork 145
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
ImportError: cannot import name 'Melspectrogram' #119
Comments
I believe this API is a deprecated, you will want to use
|
Is the following layer is the replacement? I am also looking for a compatible replacement for the Melspectrogram layer. Any information is appreciated. |
Yes, you’re right.
… On Aug 5, 2021, at 06:23, Bagus Tris Atmaja ***@***.***> wrote:
Is that tthe following layer is the replacement?
composed_melgram_layer = kapre.composed.get_melspectrogram_layer(input_shape=(44100, 1))
I am also looking for a compatible replacement for the Melspectrogram layer.
Any information is appreciated.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
from kapre.time_frequency import Melspectrogram, Spectrogram
The text was updated successfully, but these errors were encountered: