audio_classification
audio_classification copied to clipboard
CNN 1D vs 2D audio classification
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...
Keyerror
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]** 