zhhlee / InterFusion

KDD 2021: Multivariate Time Series Anomaly Detection and Interpretation using Hierarchical Inter-Metric and Temporal Embedding
MIT License
195 stars 46 forks source link

【ValueError】high is out of bounds for int32 #9

Closed 04756 closed 2 years ago

04756 commented 2 years ago

I have install the modules requested according the requested.txt and the project runs on the Windows OS. But i meet this issue when I run "python algorithm/stack_train.py --dataset=omi-1". At first, it shows in the line 143-145 of stack_train.py. image Then i change "0xffffffff" to "(1 << 31) - 1)" and fix the error which happened here. However, it still happens in another file. image

04756 commented 2 years ago

The issue would not happens when the project runs on the ubuntu OS.

wzw999 commented 2 years ago

add a parameter dtype=int64

04756 commented 1 year ago

Thanks!It works!

---Original--- From: @.> Date: Tue, Mar 29, 2022 09:57 AM To: @.>; Cc: @.>;"State @.>; Subject: Re: [zhhlee/InterFusion] 【ValueError】high is out of bounds for int32 (Issue #9)

add a parameter dtype=int64

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you modified the open/close state.Message ID: @.***>