first commit
This commit is contained in:
20
scripts/anomaly_detection/MSL/Autoformer.sh
Normal file
20
scripts/anomaly_detection/MSL/Autoformer.sh
Normal file
@ -0,0 +1,20 @@
|
||||
export CUDA_VISIBLE_DEVICES=0
|
||||
|
||||
python -u run.py \
|
||||
--task_name anomaly_detection \
|
||||
--is_training 1 \
|
||||
--root_path ./dataset/MSL \
|
||||
--model_id MSL \
|
||||
--model Autoformer \
|
||||
--data MSL \
|
||||
--features M \
|
||||
--seq_len 100 \
|
||||
--pred_len 0 \
|
||||
--d_model 128 \
|
||||
--d_ff 128 \
|
||||
--e_layers 3 \
|
||||
--enc_in 55 \
|
||||
--c_out 55 \
|
||||
--anomaly_ratio 1 \
|
||||
--batch_size 128 \
|
||||
--train_epochs 10
|
20
scripts/anomaly_detection/MSL/Crossformer.sh
Normal file
20
scripts/anomaly_detection/MSL/Crossformer.sh
Normal file
@ -0,0 +1,20 @@
|
||||
export CUDA_VISIBLE_DEVICES=0
|
||||
|
||||
python -u run.py \
|
||||
--task_name anomaly_detection \
|
||||
--is_training 1 \
|
||||
--root_path ./dataset/MSL \
|
||||
--model_id MSL \
|
||||
--model Crossformer \
|
||||
--data MSL \
|
||||
--features M \
|
||||
--seq_len 100 \
|
||||
--pred_len 0 \
|
||||
--d_model 128 \
|
||||
--d_ff 128 \
|
||||
--e_layers 3 \
|
||||
--enc_in 55 \
|
||||
--c_out 55 \
|
||||
--anomaly_ratio 1 \
|
||||
--batch_size 128 \
|
||||
--train_epochs 10
|
20
scripts/anomaly_detection/MSL/DLinear.sh
Normal file
20
scripts/anomaly_detection/MSL/DLinear.sh
Normal file
@ -0,0 +1,20 @@
|
||||
export CUDA_VISIBLE_DEVICES=0
|
||||
|
||||
python -u run.py \
|
||||
--task_name anomaly_detection \
|
||||
--is_training 1 \
|
||||
--root_path ./dataset/MSL \
|
||||
--model_id MSL \
|
||||
--model DLinear \
|
||||
--data MSL \
|
||||
--features M \
|
||||
--seq_len 100 \
|
||||
--pred_len 100 \
|
||||
--d_model 128 \
|
||||
--d_ff 128 \
|
||||
--e_layers 3 \
|
||||
--enc_in 55 \
|
||||
--c_out 55 \
|
||||
--anomaly_ratio 1 \
|
||||
--batch_size 128 \
|
||||
--train_epochs 10
|
21
scripts/anomaly_detection/MSL/ETSformer.sh
Normal file
21
scripts/anomaly_detection/MSL/ETSformer.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/MSL \
|
||||
--model_id MSL \
|
||||
--model ETSformer \
|
||||
--data MSL \
|
||||
--features M \
|
||||
--seq_len 100 \
|
||||
--pred_len 100 \
|
||||
--d_model 128 \
|
||||
--d_ff 128 \
|
||||
--e_layers 3 \
|
||||
--d_layers 3 \
|
||||
--enc_in 55 \
|
||||
--c_out 55 \
|
||||
--anomaly_ratio 1 \
|
||||
--batch_size 128 \
|
||||
--train_epochs 10
|
20
scripts/anomaly_detection/MSL/FEDformer.sh
Normal file
20
scripts/anomaly_detection/MSL/FEDformer.sh
Normal file
@ -0,0 +1,20 @@
|
||||
export CUDA_VISIBLE_DEVICES=0
|
||||
|
||||
python -u run.py \
|
||||
--task_name anomaly_detection \
|
||||
--is_training 1 \
|
||||
--root_path ./dataset/MSL \
|
||||
--model_id MSL \
|
||||
--model FEDformer \
|
||||
--data MSL \
|
||||
--features M \
|
||||
--seq_len 100 \
|
||||
--pred_len 0 \
|
||||
--d_model 128 \
|
||||
--d_ff 128 \
|
||||
--e_layers 3 \
|
||||
--enc_in 55 \
|
||||
--c_out 55 \
|
||||
--anomaly_ratio 1 \
|
||||
--batch_size 128 \
|
||||
--train_epochs 10
|
20
scripts/anomaly_detection/MSL/FiLM.sh
Normal file
20
scripts/anomaly_detection/MSL/FiLM.sh
Normal file
@ -0,0 +1,20 @@
|
||||
export CUDA_VISIBLE_DEVICES=6
|
||||
|
||||
python -u run.py \
|
||||
--task_name anomaly_detection \
|
||||
--is_training 1 \
|
||||
--root_path ./dataset/MSL \
|
||||
--model_id MSL \
|
||||
--model FiLM \
|
||||
--data MSL \
|
||||
--features M \
|
||||
--seq_len 100 \
|
||||
--pred_len 100 \
|
||||
--d_model 128 \
|
||||
--d_ff 128 \
|
||||
--e_layers 3 \
|
||||
--enc_in 55 \
|
||||
--c_out 55 \
|
||||
--anomaly_ratio 1 \
|
||||
--batch_size 32 \
|
||||
--train_epochs 10
|
20
scripts/anomaly_detection/MSL/Informer.sh
Normal file
20
scripts/anomaly_detection/MSL/Informer.sh
Normal file
@ -0,0 +1,20 @@
|
||||
export CUDA_VISIBLE_DEVICES=0
|
||||
|
||||
python -u run.py \
|
||||
--task_name anomaly_detection \
|
||||
--is_training 1 \
|
||||
--root_path ./dataset/MSL \
|
||||
--model_id MSL \
|
||||
--model Informer \
|
||||
--data MSL \
|
||||
--features M \
|
||||
--seq_len 100 \
|
||||
--pred_len 0 \
|
||||
--d_model 128 \
|
||||
--d_ff 128 \
|
||||
--e_layers 3 \
|
||||
--enc_in 55 \
|
||||
--c_out 55 \
|
||||
--anomaly_ratio 1 \
|
||||
--batch_size 128 \
|
||||
--train_epochs 10
|
20
scripts/anomaly_detection/MSL/LightTS.sh
Normal file
20
scripts/anomaly_detection/MSL/LightTS.sh
Normal file
@ -0,0 +1,20 @@
|
||||
export CUDA_VISIBLE_DEVICES=0
|
||||
|
||||
python -u run.py \
|
||||
--task_name anomaly_detection \
|
||||
--is_training 1 \
|
||||
--root_path ./dataset/MSL \
|
||||
--model_id MSL \
|
||||
--model LightTS \
|
||||
--data MSL \
|
||||
--features M \
|
||||
--seq_len 100 \
|
||||
--pred_len 0 \
|
||||
--d_model 128 \
|
||||
--d_ff 128 \
|
||||
--e_layers 3 \
|
||||
--enc_in 55 \
|
||||
--c_out 55 \
|
||||
--anomaly_ratio 1 \
|
||||
--batch_size 128 \
|
||||
--train_epochs 10
|
20
scripts/anomaly_detection/MSL/MICN.sh
Normal file
20
scripts/anomaly_detection/MSL/MICN.sh
Normal file
@ -0,0 +1,20 @@
|
||||
export CUDA_VISIBLE_DEVICES=1
|
||||
|
||||
python -u run.py \
|
||||
--task_name anomaly_detection \
|
||||
--is_training 1 \
|
||||
--root_path ./dataset/MSL \
|
||||
--model_id MSL \
|
||||
--model MICN \
|
||||
--data MSL \
|
||||
--features M \
|
||||
--seq_len 100 \
|
||||
--pred_len 0 \
|
||||
--d_model 128 \
|
||||
--d_ff 128 \
|
||||
--e_layers 3 \
|
||||
--enc_in 55 \
|
||||
--c_out 55 \
|
||||
--anomaly_ratio 1 \
|
||||
--batch_size 128 \
|
||||
--train_epochs 10
|
20
scripts/anomaly_detection/MSL/Pyraformer.sh
Normal file
20
scripts/anomaly_detection/MSL/Pyraformer.sh
Normal file
@ -0,0 +1,20 @@
|
||||
export CUDA_VISIBLE_DEVICES=0
|
||||
|
||||
python -u run.py \
|
||||
--task_name anomaly_detection \
|
||||
--is_training 1 \
|
||||
--root_path ./dataset/MSL \
|
||||
--model_id MSL \
|
||||
--model Pyraformer \
|
||||
--data MSL \
|
||||
--features M \
|
||||
--seq_len 100 \
|
||||
--pred_len 0 \
|
||||
--d_model 128 \
|
||||
--d_ff 128 \
|
||||
--e_layers 3 \
|
||||
--enc_in 55 \
|
||||
--c_out 55 \
|
||||
--anomaly_ratio 1 \
|
||||
--batch_size 128 \
|
||||
--train_epochs 10
|
20
scripts/anomaly_detection/MSL/Reformer.sh
Normal file
20
scripts/anomaly_detection/MSL/Reformer.sh
Normal file
@ -0,0 +1,20 @@
|
||||
export CUDA_VISIBLE_DEVICES=0
|
||||
|
||||
python -u run.py \
|
||||
--task_name anomaly_detection \
|
||||
--is_training 1 \
|
||||
--root_path ./dataset/MSL \
|
||||
--model_id MSL \
|
||||
--model Reformer \
|
||||
--data MSL \
|
||||
--features M \
|
||||
--seq_len 100 \
|
||||
--pred_len 0 \
|
||||
--d_model 128 \
|
||||
--d_ff 128 \
|
||||
--e_layers 3 \
|
||||
--enc_in 55 \
|
||||
--c_out 55 \
|
||||
--anomaly_ratio 1 \
|
||||
--batch_size 128 \
|
||||
--train_epochs 10
|
21
scripts/anomaly_detection/MSL/TimesNet.sh
Normal file
21
scripts/anomaly_detection/MSL/TimesNet.sh
Normal file
@ -0,0 +1,21 @@
|
||||
export CUDA_VISIBLE_DEVICES=2
|
||||
|
||||
python -u run.py \
|
||||
--task_name anomaly_detection \
|
||||
--is_training 1 \
|
||||
--root_path ./dataset/MSL \
|
||||
--model_id MSL \
|
||||
--model TimesNet \
|
||||
--data MSL \
|
||||
--features M \
|
||||
--seq_len 100 \
|
||||
--pred_len 0 \
|
||||
--d_model 8 \
|
||||
--d_ff 16 \
|
||||
--e_layers 1 \
|
||||
--enc_in 55 \
|
||||
--c_out 55 \
|
||||
--top_k 3 \
|
||||
--anomaly_ratio 1 \
|
||||
--batch_size 128 \
|
||||
--train_epochs 1
|
20
scripts/anomaly_detection/MSL/Transformer.sh
Normal file
20
scripts/anomaly_detection/MSL/Transformer.sh
Normal file
@ -0,0 +1,20 @@
|
||||
export CUDA_VISIBLE_DEVICES=1
|
||||
|
||||
python -u run.py \
|
||||
--task_name anomaly_detection \
|
||||
--is_training 1 \
|
||||
--root_path ./dataset/MSL \
|
||||
--model_id MSL \
|
||||
--model Transformer \
|
||||
--data MSL \
|
||||
--features M \
|
||||
--seq_len 100 \
|
||||
--pred_len 0 \
|
||||
--d_model 128 \
|
||||
--d_ff 128 \
|
||||
--e_layers 3 \
|
||||
--enc_in 55 \
|
||||
--c_out 55 \
|
||||
--anomaly_ratio 1 \
|
||||
--batch_size 128 \
|
||||
--train_epochs 10
|
20
scripts/anomaly_detection/MSL/iTransformer.sh
Normal file
20
scripts/anomaly_detection/MSL/iTransformer.sh
Normal file
@ -0,0 +1,20 @@
|
||||
export CUDA_VISIBLE_DEVICES=0
|
||||
|
||||
python -u run.py \
|
||||
--task_name anomaly_detection \
|
||||
--is_training 1 \
|
||||
--root_path ./dataset/MSL \
|
||||
--model_id MSL \
|
||||
--model iTransformer \
|
||||
--data MSL \
|
||||
--features M \
|
||||
--seq_len 100 \
|
||||
--pred_len 0 \
|
||||
--d_model 128 \
|
||||
--d_ff 128 \
|
||||
--e_layers 3 \
|
||||
--enc_in 55 \
|
||||
--c_out 55 \
|
||||
--anomaly_ratio 1 \
|
||||
--batch_size 128 \
|
||||
--train_epochs 10
|
Reference in New Issue
Block a user