Files
flowerstonezl f7291b1221 first commit
2026-01-29 17:08:54 +08:00

20 lines
395 B
Bash

export CUDA_VISIBLE_DEVICES=0
python -u run.py \
--task_name anomaly_detection \
--is_training 1 \
--root_path ./dataset/SMAP \
--model_id SMAP \
--model KANAD \
--data SMAP \
--features M \
--seq_len 64 \
--d_model 3 \
--enc_in 25 \
--c_out 25 \
--anomaly_ratio 1 \
--learning_rate 0.01 \
--batch_size 128 \
--num_workers 4 \
--patience 5 \
--train_epochs 100