mlachmish/MusicGenreClassification

mel-spec/preproccess.py produce incorrect result

SunMaungOo opened this issue · 0 comments

The file size of ".pp" provided in the data set and the output ".pp" file size produce by "mel-spec/preproccess.py" is different.

The file size of "blues.00000.pp" file provided in the data set = 3.18 mb

The file size of "blues.00000.pp" file provided by "mel-spec/preproccess.py" = 7.92 mb

When I try to train with the outputted "blues.00000.pp" file , I got the error below

data = data.reshape((data.shape[0], n_input))
ValueError: cannot reshape array of size 383360 into shape (1,153344)