Amit Kumar Pandey
Results
1
issues of
Amit Kumar Pandey
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:...