crnn-music-genre-classification icon indicating copy to clipboard operation
crnn-music-genre-classification copied to clipboard

Tensorflow Implementation of Convolutional Recurrent Neural Networks for Music Genre Classification

Results 7 crnn-music-genre-classification issues
Sort by recently updated
recently updated
newest added

how to make mp3 files into txt files?

ask for help why set to n_samples=1000 , my result auc gradually decrease, and the loss is printed every batch_size, I find the loss not decreasing my python version is...

W tensorflow/core/common_runtime/bfc_allocator.cc:275] Ran out of memory trying to allocate 6.59GiB. See logs for memory state. W tensorflow/core/framework/op_kernel.cc:993] Resource exhausted: OOM when allocating tensor with shape[200,64,96,1440] Traceback (most recent call last):...

labels = pd.read_csv(labels_file,header=0) showing the error while reading the file. Please help to rectify it.

on running crnn.py iam getting this error I:\Coding\crnn-music-genre-classification-master\src>python crnn.py C:\Users\dsemw\AppData\Local\Programs\Python\Python36\lib\site-packages\h5py\__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated...

Hi I have runtime error for execution crnn.py My env : OS : Windows 7 Python 3.5.3 Anaconda Any solution to fix it ? ----------------------------- crnn.py line 67 gru1_out, state...

Hi Thanks for your code. I executed this code for cnn.py All epoch print "AUC : 1.0" from start step to end step. And, for argmax mean, all epoch print...