You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
382 B

export CUDA_VISIBLE_DEVICES=15
seq_len=100
forward_layers=3
stride=8
batch_size=8
lr=0.00025
lradj="type1"
python -u anomaly_detection.py --task_name "anomaly_detection" --dataset_name "PSM" --data "PSM" --root_path "./datasets/PSM" --anomaly_ratio 1 --forward_layers 3 --stride 8 --batch_size 8 --learning_rate 0.00025 --lradj "type1" --enc_in 4 --train_epochs 12 --seq_len 100