Files
timelib/scripts/anomaly_detection/MSL/FiLM.sh

20 lines
381 B
Bash
Raw Normal View History

2026-01-29 17:08:54 +08:00
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