zackchen-lb / GTA

Learning Graph Structures with Transformer for Multivariate Time Series Anomaly Detection in IoT
Apache License 2.0
124 stars 25 forks source link

gta.py _init_graph_logits_ function error #2

Open AdamLohSg opened 2 years ago

AdamLohSg commented 2 years ago

Hi @ZEKAICHEN,

I tried running your code on a Google Colab notebook and received the following error: image

I checked what args.num_nodes contained and it printed the following: image

May I know if this was the intended code? Below are the arguments that I set: image

dothuhahb98 commented 2 years ago

I have fixed it by comment this line of code 'args.num_nodes = data_info[args.features]' in main_gta_dad.py.

image

Sun612 commented 7 months ago

请问你们有数据集获取方式吗