meetps / crnn-music-genre-classification

Tensorflow Implementation of Convolutional Recurrent Neural Networks for Music Genre Classification
54 stars 18 forks source link

read_data.py #5

Open rishu005 opened 6 years ago

rishu005 commented 6 years ago

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