Skip to content

mel-spec/preproccess.py produce incorrect result #8

Description

@SunMaungOo

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) 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions