audio_classification
audio_classification copied to clipboard
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]

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