Files
timelib/scripts/anomaly_detection/SWAT/Transformer.sh
flowerstonezl f7291b1221 first commit
2026-01-29 17:08:54 +08:00

21 lines
403 B
Bash

export CUDA_VISIBLE_DEVICES=1
python -u run.py \
--task_name anomaly_detection \
--is_training 1 \
--root_path ./dataset/SWaT \
--model_id SWAT \
--model Transformer \
--data SWAT \
--features M \
--seq_len 100 \
--pred_len 0 \
--d_model 128 \
--d_ff 128 \
--e_layers 3 \
--enc_in 51 \
--c_out 51 \
--top_k 3 \
--anomaly_ratio 1 \
--batch_size 128 \
--train_epochs 3