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

runtime error #5

Open xeroCBW opened 1 year ago

xeroCBW commented 1 year ago

Hi, when I run this code, there is a error.

Traceback (most recent call last):
File "exp\exp_gta_dad.py", line 223, in test
    for i, (batch_x,batch_y,batch_x_mark,batch_y_mark,batch_label) in enumerate(test_loader):
ValueError: not enough values to unpack (expected 5, got 4)

Looking forward your reply.