lxdv / ecg-classification

ECG Arrhythmia classification using CNN
MIT License
241 stars 71 forks source link

subprocess.CalledProcessError: Command '['python3', 'dataset-generation.py', '--file', '../mit-bih\\114']' returned non-zero exit status 9009. #34

Closed Wilbur0912 closed 2 years ago

Wilbur0912 commented 2 years ago

when i come to the third step (Generate 1D and 2D data files running), it shows this error

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "dataset-generation-pool.py", line 21, in p.map(run, ecg_data) File "C:\Users\Weber\AppData\Local\Programs\Python\Python37\lib\multiprocessing\pool.py", line 268, in map return self._map_async(func, iterable, mapstar, chunksize).get() File "C:\Users\Weber\AppData\Local\Programs\Python\Python37\lib\multiprocessing\pool.py", line 657, in get raise self._value subprocess.CalledProcessError: Command '['python3', 'dataset-generation.py', '--file', '../mit-bih\114']' returned non-zero exit status 9009.

lxdv commented 2 years ago

Hello @Wilbur0912,

Thank you for your feedback!

Same as #24.

I've used UNIX for the development that's why I didn't manage this behavior. If you still need this to be resolved, please, let me know.

Best regards, Alex