Audio-Classification
Audio-Classification copied to clipboard
ImportError: cannot import name 'Melspectrogram'
In your notebook directory you have few jupyter notebook with following import statement
from kapre.time_frequency import Melspectrogram, Spectrogram
it give error ImportError: cannot import name 'Melspectrogram'
It seems that since version 3.0, Melspectrogram class was removed and a mel spectrogram function was implemented in composed.py:138