d-ailin / GDN

Implementation code for the paper "Graph Neural Network-Based Anomaly Detection in Multivariate Time Series" (AAAI 2021)
MIT License
481 stars 141 forks source link

Weights initialization #92

Closed kaya0007 closed 7 months ago

kaya0007 commented 7 months ago

Hello, thank you for your excellent work! If there is a strong correlation between certain nodes in my dataset and I want to use it as prior knowledge to initialize weights, where should I modify the code to initialize them? The main issue is that there is no direct relationship between weights and nodes, so I don't know where to start making modifications. Looking forward to your reply!

kaya0007 commented 7 months ago

These dimensions do not match the number of nodes. How can I modify weights based on node relationships? 屏幕截图 2024-03-26 163643

d-ailin commented 7 months ago

Hi, I think this issue could probably be solved by: #16.

kaya0007 commented 7 months ago

Hi, I think this issue could probably be solved by: #16.

thanks for the reply