audio_classification icon indicating copy to clipboard operation
audio_classification copied to clipboard

CNN 1D vs 2D audio classification

Results 3 audio_classification issues
Sort by recently updated
recently updated
newest added

Hi, May I ask the Correlation between the prediction of 1d and 2d? Thanks in advance,

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...

when i run keras_cnn_mel I get a error stating: **KeyError: '.\\input\\audio_train\\62e0d004.wav'** from this line: **batch_labels = [file_to_int[fpath] for fpath in batch_files]** ![image](https://user-images.githubusercontent.com/45783151/49786882-33e7bd80-fd4b-11e8-8482-e293a7d05476.png)