Large-Time-Series-Model icon indicating copy to clipboard operation
Large-Time-Series-Model copied to clipboard

异常点检测报错

Open yiyahei-eng opened this issue 4 months ago • 0 comments

--task_name anomaly_detection ^ --is_training 0 ^ --model Timer ^ --data custom ^ --root_path ./data/ ^ --data_path 001_UCR_Anomaly_经开67_64061_43248_64061.txt ^ --target OT ^ --features S ^ --seq_len 96 ^ --ckpt_path ./checkpoints/Timer_anomaly_detection_1.0.ckpt ^ --d_model 256 ^ --d_ff 512 ^ --e_layers 4 ^ --patch_len 96 ^ --model_id custom_test 不训练只进行异常点检测的时候,会报错ValueError: not enough values to unpack (expected 2, got 1),需要修改源代码验证模型部分的逻辑吗?

yiyahei-eng avatar Aug 13 '25 02:08 yiyahei-eng