first commit
This commit is contained in:
20
scripts/anomaly_detection/SMAP/Autoformer.sh
Normal file
20
scripts/anomaly_detection/SMAP/Autoformer.sh
Normal file
@ -0,0 +1,20 @@
|
||||
export CUDA_VISIBLE_DEVICES=7
|
||||
|
||||
python -u run.py \
|
||||
--task_name anomaly_detection \
|
||||
--is_training 1 \
|
||||
--root_path ./dataset/SMAP \
|
||||
--model_id SMAP \
|
||||
--model Autoformer \
|
||||
--data SMAP \
|
||||
--features M \
|
||||
--seq_len 100 \
|
||||
--pred_len 0 \
|
||||
--d_model 128 \
|
||||
--d_ff 128 \
|
||||
--e_layers 3 \
|
||||
--enc_in 25 \
|
||||
--c_out 25 \
|
||||
--anomaly_ratio 1 \
|
||||
--batch_size 128 \
|
||||
--train_epochs 3
|
21
scripts/anomaly_detection/SMAP/TimesNet.sh
Normal file
21
scripts/anomaly_detection/SMAP/TimesNet.sh
Normal file
@ -0,0 +1,21 @@
|
||||
export CUDA_VISIBLE_DEVICES=0
|
||||
|
||||
python -u run.py \
|
||||
--task_name anomaly_detection \
|
||||
--is_training 1 \
|
||||
--root_path ./dataset/SMAP \
|
||||
--model_id SMAP \
|
||||
--model TimesNet \
|
||||
--data SMAP \
|
||||
--features M \
|
||||
--seq_len 100 \
|
||||
--pred_len 0 \
|
||||
--d_model 128 \
|
||||
--d_ff 128 \
|
||||
--e_layers 3 \
|
||||
--enc_in 25 \
|
||||
--c_out 25 \
|
||||
--top_k 3 \
|
||||
--anomaly_ratio 1 \
|
||||
--batch_size 128 \
|
||||
--train_epochs 3
|
20
scripts/anomaly_detection/SMAP/Transformer.sh
Normal file
20
scripts/anomaly_detection/SMAP/Transformer.sh
Normal file
@ -0,0 +1,20 @@
|
||||
export CUDA_VISIBLE_DEVICES=7
|
||||
|
||||
python -u run.py \
|
||||
--task_name anomaly_detection \
|
||||
--is_training 1 \
|
||||
--root_path ./dataset/SMAP \
|
||||
--model_id SMAP \
|
||||
--model Transformer \
|
||||
--data SMAP \
|
||||
--features M \
|
||||
--seq_len 100 \
|
||||
--pred_len 0 \
|
||||
--d_model 128 \
|
||||
--d_ff 128 \
|
||||
--e_layers 3 \
|
||||
--enc_in 25 \
|
||||
--c_out 25 \
|
||||
--anomaly_ratio 1 \
|
||||
--batch_size 128 \
|
||||
--train_epochs 3
|
Reference in New Issue
Block a user