RNN-Time-series-Anomaly-Detection
RNN-Time-series-Anomaly-Detection copied to clipboard
TypeError: invalid file: WindowsPath('save/ecg/checkpoint/chfdb_chf13_45590.pth')
=> saving checkpoint ..
Traceback (most recent call last):
File "train_predictor.py", line 338, in
C:\Users\Dell\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Python 3.5>
The source code is tested on Ubuntu 16.04. You may have to change a few lines to run the source code on Windows.
Ok. Thanks.
@chickenbestlover What issues should be noted when to run the source code on Windows?
@yunzhonghe2017 Can you share the solution you found? Thank you!
i changed the savedir in train_predictor.py and model.py as follow:
@mangoocmt