audio_classification icon indicating copy to clipboard operation
audio_classification copied to clipboard

Keyerror

Open riteshrajput opened this issue 7 years ago • 1 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

riteshrajput avatar Dec 11 '18 08:12 riteshrajput

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

CVxTz avatar Dec 15 '18 14:12 CVxTz