I am trying to get keras_cnn_mel.py to run but am getting the following error:
ValueError: Error when checking input: expected input_1 to have shape (63, 320, 1) but got array with shape (157, 320, 1)
I’m guessing the time dimension is not matching up for some of the audio files. Did you end up truncating those files or is there some sort of data compression technique I should look into?
I am trying to get keras_cnn_mel.py to run but am getting the following error:
ValueError: Error when checking input: expected input_1 to have shape (63, 320, 1) but got array with shape (157, 320, 1)I’m guessing the time dimension is not matching up for some of the audio files. Did you end up truncating those files or is there some sort of data compression technique I should look into?