Created
February 14, 2021 03:32
-
-
Save ketanhdoshi/bfeeca178e5b3fe3ec31e8262f293b87 to your computer and use it in GitHub Desktop.
Mel Spectrogram Shape
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Spectrogram is a 2D numpy array | |
print(type(mel_sgram), mel_sgram.shape) | |
# <class 'numpy.ndarray'> (128, 134) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment