RNN-Time-series-Anomaly-Detection icon indicating copy to clipboard operation
RNN-Time-series-Anomaly-Detection copied to clipboard

TypeError: invalid file: WindowsPath('save/ecg/checkpoint/chfdb_chf13_45590.pth')

Open yunzhonghe2017 opened this issue 6 years ago • 5 comments

=> saving checkpoint .. Traceback (most recent call last): File "train_predictor.py", line 338, in model.save_checkpoint(model_dictionary, is_best) File "C:\Users\Dell\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Python 3.5\model\model.py", line 103, in save_checkpoint torch.save(state, checkpoint) File "C:\Users\Dell\AppData\Roaming\Python\Python35\site-packages\torch\serialization.py", line 209, in save return _with_file_like(f, "wb", lambda f: _save(obj, f, pickle_module, pickle_protocol)) File "C:\Users\Dell\AppData\Roaming\Python\Python35\site-packages\torch\serialization.py", line 132, in _with_file_like f = open(f, mode) TypeError: invalid file: WindowsPath('save/ecg/checkpoint/chfdb_chf13_45590.pth')

C:\Users\Dell\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Python 3.5>

yunzhonghe2017 avatar Sep 10 '18 09:09 yunzhonghe2017

The source code is tested on Ubuntu 16.04. You may have to change a few lines to run the source code on Windows.

chickenbestlover avatar Sep 10 '18 09:09 chickenbestlover

Ok. Thanks.

yunzhonghe2017 avatar Sep 11 '18 07:09 yunzhonghe2017

@chickenbestlover What issues should be noted when to run the source code on Windows?

mangoocmt avatar Nov 01 '18 01:11 mangoocmt

@yunzhonghe2017 Can you share the solution you found? Thank you!

chickenbestlover avatar Nov 05 '18 09:11 chickenbestlover

i changed the savedir in train_predictor.py and model.py as follow: default 1 @mangoocmt

yunzhonghe2017 avatar Nov 06 '18 08:11 yunzhonghe2017