CVxTz / audio_classification

CNN 1D vs 2D audio classification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keyerror

riteshrajput opened this issue · comments

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

Hello !
The train files need to be in ../input/audio_train/ not in ./input/audio_train/ :)