CVxTz / audio_classification

CNN 1D vs 2D audio classification
MIT License
104 stars 26 forks source link

Keyerror #2

Open riteshrajput opened 5 years ago

riteshrajput commented 5 years ago

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

CVxTz commented 5 years ago

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