Music-Genre-Classification-with-Deep-Learning icon indicating copy to clipboard operation
Music-Genre-Classification-with-Deep-Learning copied to clipboard

Using deep learning to predict the genre of a song.

Results 5 Music-Genre-Classification-with-Deep-Learning issues
Sort by recently updated
recently updated
newest added

--------------------------------------------------------------------------- TypeError Traceback (most recent call last) in ----> 1 model = MusicTaggerCNN(weights=None, input_tensor=(1, 96, 1366)) in MusicTaggerCNN(weights, input_tensor) 61 # Conv block 1 62 x = Convolution2D(32, 3, 3,...

x = Reshape((15,128))(x) File "/usr/local/lib/python3.6/dist-packages/keras/engine/base_layer.py", line 468, in __call__ output_shape = self.compute_output_shape(input_shape) File "/usr/local/lib/python3.6/dist-packages/keras/layers/core.py", line 399, in compute_output_shape input_shape[1:], self.target_shape) File "/usr/local/lib/python3.6/dist-packages/keras/layers/core.py", line 387, in _fix_unknown_dimension raise ValueError(msg) ValueError: total...

while running quicktest.py Using TensorFlow backend. Traceback (most recent call last): File "I:\Coding\Music-Genre-Classification-with-Deep-Learning-master\quick_test.py", line 1, in from keras import backend as K File "C:\Python27\lib\site-packages\keras\__init__.py", line 2, in from . import...

Hi, I'm trying to work on your codes but have a problem. Basic informations are tensorflow : 1.8 (But I have tried 1.2, 0.12) theano:0.82 (also tried 0.9) keras: 1.1...

Using TensorFlow backend. /home/user/Downloads/Music-Genre-Classification-with-Deep-Learning-master/tagger_net.py:86: UserWarning: Update your `Conv2D` call to the Keras 2 API: `Conv2D(64, (3, 3), padding="same", trainable=False, name="conv1")` x = Convolution2D(64, 3, 3, border_mode='same', name='conv1', trainable=False)(x) /home/user/Downloads/Music-Genre-Classification-with-Deep-Learning-master/tagger_net.py:87: UserWarning:...