kirtov / lung_diagnostics

Keras implementation of Noise Masking RNN for respiratory sound classification
23 stars 11 forks source link

Errno 13: Permission Denied for DATA_PATH #6

Open JoaoFonseca99 opened 4 years ago

JoaoFonseca99 commented 4 years ago

Hello, I'm sorry to bother but I'm a beginner in Python. I've encountered some problems in your code Currently, when I provide the path of the folder where the .wav files for training are, I get a Permission Denied Error. I'm honestly not sure if the path used as an argument is the path of the folder or the wav file. Using it with the .wav path, I get a UnpicklingError: unpickling stack underflow Could you help me?