You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
The file size of ".pp" provided in the data set and the output ".pp" file size produce by "mel-spec/preproccess.py" is different.
When I try to train with the outputted "blues.00000.pp" file , I got the error below
The text was updated successfully, but these errors were encountered: