Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Anomaly_Detection/scripts/MSL.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ python -u run.py \
--features M \
--seq_len 100 \
--pred_len 0 \
--gpt_layer 6 \
--gpt_layers 6 \
--d_model 768 \
--d_ff 8 \
--patch_size 1 \
Expand Down
2 changes: 1 addition & 1 deletion Anomaly_Detection/scripts/PSM.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ python -u run.py \
--features M \
--seq_len 100 \
--pred_len 0 \
--gpt_layer 6 \
--gpt_layers 6 \
--d_model 768 \
--d_ff 768 \
--patch_size 1 \
Expand Down
2 changes: 1 addition & 1 deletion Anomaly_Detection/scripts/SMAP.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ python -u run.py \
--features M \
--seq_len 100 \
--pred_len 0 \
--gpt_layer 6 \
--gpt_layers 6 \
--d_model 768 \
--d_ff 768 \
--patch_size 1 \
Expand Down
2 changes: 1 addition & 1 deletion Anomaly_Detection/scripts/SMD.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ python -u run.py \
--pred_len 0 \
--d_model 768 \
--d_ff 768 \
--gpt_layer 6 \
--gpt_layers 6 \
--enc_in 38 \
--c_out 38 \
--anomaly_ratio 0.5 \
Expand Down
2 changes: 1 addition & 1 deletion Anomaly_Detection/scripts/SWAT.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ python -u run.py \
--features M \
--seq_len 100 \
--pred_len 0 \
--gpt_layer 6 \
--gpt_layers 6 \
--d_model 768 \
--d_ff 128 \
--patch_size 1 \
Expand Down
4 changes: 2 additions & 2 deletions Few-shot_Learning/scripts/ETTh1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ do
python main.py \
--root_path ./datasets/ETT-small/ \
--data_path ETTh1.csv \
--model_id ETTh1_$model'_'$gpt_layer'_'$seq_len'_'$pred_len'_'$percent \
--model_id ETTh1_$model'_'$gpt_layers'_'$seq_len'_'$pred_len'_'$percent \
--data ett_h \
--seq_len $seq_len \
--label_len 168 \
Expand All @@ -34,7 +34,7 @@ python main.py \
--patch_size 16 \
--stride 8 \
--percent $percent \
--gpt_layer 6 \
--gpt_layers 6 \
--itr 3 \
--model $model \
--tmax 20 \
Expand Down
4 changes: 2 additions & 2 deletions Few-shot_Learning/scripts/ETTh2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ do
python main.py \
--root_path ./datasets/ETT-small/ \
--data_path ETTh2.csv \
--model_id ETTh2_$model'_'$gpt_layer'_'$seq_len'_'$pred_len'_'$percent \
--model_id ETTh2_$model'_'$gpt_layers'_'$seq_len'_'$pred_len'_'$percent \
--data ett_h \
--seq_len $seq_len \
--label_len 168 \
Expand All @@ -30,7 +30,7 @@ python main.py \
--patch_size 16 \
--stride 8 \
--percent $percent \
--gpt_layer 6 \
--gpt_layers 6 \
--itr 1 \
--model $model \
--cos 1 \
Expand Down
4 changes: 2 additions & 2 deletions Few-shot_Learning/scripts/ETTm1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ do
python main.py \
--root_path ./datasets/ETT-small/ \
--data_path ETTm1.csv \
--model_id ETTm1_$model'_'$gpt_layer'_'$seq_len'_'$pred_len'_'$percent \
--model_id ETTm1_$model'_'$gpt_layers'_'$seq_len'_'$pred_len'_'$percent \
--data ett_m \
--seq_len $seq_len \
--label_len 48 \
Expand All @@ -30,7 +30,7 @@ python main.py \
--patch_size 16 \
--stride 16 \
--percent $percent \
--gpt_layer 6 \
--gpt_layers 6 \
--itr 3 \
--model $model \
--cos 1 \
Expand Down
4 changes: 2 additions & 2 deletions Few-shot_Learning/scripts/ETTm2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ do
python main.py \
--root_path ./datasets/ETT-small/ \
--data_path ETTm2.csv \
--model_id ETTm2_$model'_'$gpt_layer'_'$seq_len'_'$pred_len'_'$percent \
--model_id ETTm2_$model'_'$gpt_layers'_'$seq_len'_'$pred_len'_'$percent \
--data ett_m \
--seq_len $seq_len \
--label_len 48 \
Expand All @@ -30,7 +30,7 @@ python main.py \
--patch_size 16 \
--stride 16 \
--percent $percent \
--gpt_layer 6 \
--gpt_layers 6 \
--itr 1 \
--model $model \
--cos 1 \
Expand Down
4 changes: 2 additions & 2 deletions Few-shot_Learning/scripts/electricity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ do
python main.py \
--root_path ./datasets/electricity/ \
--data_path electricity.csv \
--model_id ECL_$model'_'$gpt_layer'_'$seq_len'_'$pred_len'_'$percent \
--model_id ECL_$model'_'$gpt_layers'_'$seq_len'_'$pred_len'_'$percent \
--data custom \
--seq_len $seq_len \
--label_len 48 \
Expand All @@ -30,7 +30,7 @@ python main.py \
--patch_size 16 \
--stride 8 \
--percent $percent \
--gpt_layer 6 \
--gpt_layers 6 \
--itr 3 \
--model $model \
--cos 1 \
Expand Down
4 changes: 2 additions & 2 deletions Few-shot_Learning/scripts/illness.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ do
python main.py \
--root_path ./datasets/illness/ \
--data_path national_illness.csv \
--model_id illness_$model'_'$gpt_layer'_'$seq_len'_'$pred_len'_'$percent \
--model_id illness_$model'_'$gpt_layers'_'$seq_len'_'$pred_len'_'$percent \
--data custom \
--seq_len $seq_len \
--label_len 18 \
Expand All @@ -29,7 +29,7 @@ python main.py \
--stride 2 \
--all 1 \
--percent $percent \
--gpt_layer 6 \
--gpt_layers 6 \
--itr 3 \
--model $model \
--is_gpt 1
Expand Down
4 changes: 2 additions & 2 deletions Few-shot_Learning/scripts/traffic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ do
python main.py \
--root_path ./datasets/traffic/ \
--data_path traffic.csv \
--model_id traffic_$model'_'$gpt_layer'_'$seq_len'_'$pred_len'_'$percent \
--model_id traffic_$model'_'$gpt_layers'_'$seq_len'_'$pred_len'_'$percent \
--data custom \
--seq_len $seq_len \
--label_len 48 \
Expand All @@ -26,7 +26,7 @@ python main.py \
--stride 8 \
--all 1 \
--percent $percent \
--gpt_layer 6 \
--gpt_layers 6 \
--itr 3 \
--model $model \
--patience 3 \
Expand Down
4 changes: 2 additions & 2 deletions Few-shot_Learning/scripts/weather.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ do
python main.py \
--root_path ./datasets/weather/ \
--data_path weather.csv \
--model_id weather_$model'_'$gpt_layer'_'$seq_len'_'$pred_len'_'$percent \
--model_id weather_$model'_'$gpt_layers'_'$seq_len'_'$pred_len'_'$percent \
--data custom \
--seq_len $seq_len \
--label_len 48 \
Expand All @@ -31,7 +31,7 @@ python main.py \
--patch_size 16 \
--stride 8 \
--percent $percent \
--gpt_layer 6 \
--gpt_layers 6 \
--itr 3 \
--model $model \
--is_gpt 1
Expand Down
8 changes: 4 additions & 4 deletions Imputation/scripts/ETTh1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ python -u run.py \
--enc_in 7 \
--dec_in 7 \
--c_out 7 \
--gpt_layer 3 \
--gpt_layers 3 \
--batch_size 16 \
--d_model 768 \
--patch_size 1 \
Expand All @@ -42,7 +42,7 @@ python -u run.py \
--enc_in 7 \
--dec_in 7 \
--c_out 7 \
--gpt_layer 3 \
--gpt_layers 3 \
--batch_size 16 \
--d_model 768 \
--patch_size 1 \
Expand All @@ -68,7 +68,7 @@ python -u run.py \
--enc_in 7 \
--dec_in 7 \
--c_out 7 \
--gpt_layer 3 \
--gpt_layers 3 \
--batch_size 16 \
--d_model 768 \
--patch_size 1 \
Expand All @@ -94,7 +94,7 @@ python -u run.py \
--enc_in 7 \
--dec_in 7 \
--c_out 7 \
--gpt_layer 3 \
--gpt_layers 3 \
--batch_size 16 \
--d_model 768 \
--patch_size 1 \
Expand Down
8 changes: 4 additions & 4 deletions Imputation/scripts/ETTh2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ python -u run.py \
--enc_in 7 \
--dec_in 7 \
--c_out 7 \
--gpt_layer 3 \
--gpt_layers 3 \
--batch_size 16 \
--d_model 768 \
--patch_size 1 \
Expand All @@ -42,7 +42,7 @@ python -u run.py \
--enc_in 7 \
--dec_in 7 \
--c_out 7 \
--gpt_layer 3 \
--gpt_layers 3 \
--batch_size 16 \
--d_model 768 \
--patch_size 1 \
Expand All @@ -68,7 +68,7 @@ python -u run.py \
--enc_in 7 \
--dec_in 7 \
--c_out 7 \
--gpt_layer 3 \
--gpt_layers 3 \
--batch_size 16 \
--d_model 768 \
--patch_size 1 \
Expand All @@ -94,7 +94,7 @@ python -u run.py \
--enc_in 7 \
--dec_in 7 \
--c_out 7 \
--gpt_layer 3 \
--gpt_layers 3 \
--batch_size 16 \
--d_model 768 \
--patch_size 1 \
Expand Down
8 changes: 4 additions & 4 deletions Imputation/scripts/ETTm1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ python -u run.py \
--enc_in 7 \
--dec_in 7 \
--c_out 7 \
--gpt_layer 3 \
--gpt_layers 3 \
--train_epochs 30 \
--batch_size 8 \
--d_model 768 \
Expand Down Expand Up @@ -44,7 +44,7 @@ python -u run.py \
--dec_in 7 \
--c_out 7 \
--train_epochs 30 \
--gpt_layer 3 \
--gpt_layers 3 \
--batch_size 8 \
--d_model 768 \
--patch_size 1 \
Expand All @@ -71,7 +71,7 @@ python -u run.py \
--dec_in 7 \
--c_out 7 \
--train_epochs 30 \
--gpt_layer 3 \
--gpt_layers 3 \
--batch_size 8 \
--d_model 768 \
--patch_size 1 \
Expand Down Expand Up @@ -99,7 +99,7 @@ python -u run.py \
--c_out 7 \
--train_epochs 30 \
--train_epochs 8 \
--gpt_layer 3 \
--gpt_layers 3 \
--batch_size 8 \
--d_model 768 \
--patch_size 1 \
Expand Down
8 changes: 4 additions & 4 deletions Imputation/scripts/ETTm2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ python -u run.py \
--enc_in 7 \
--dec_in 7 \
--c_out 7 \
--gpt_layer 3 \
--gpt_layers 3 \
--batch_size 8 \
--d_model 768 \
--patch_size 1 \
Expand All @@ -43,7 +43,7 @@ python -u run.py \
--enc_in 7 \
--dec_in 7 \
--c_out 7 \
--gpt_layer 3 \
--gpt_layers 3 \
--batch_size 8 \
--d_model 768 \
--patch_size 1 \
Expand All @@ -70,7 +70,7 @@ python -u run.py \
--enc_in 7 \
--dec_in 7 \
--c_out 7 \
--gpt_layer 3 \
--gpt_layers 3 \
--batch_size 8 \
--d_model 768 \
--patch_size 1 \
Expand All @@ -97,7 +97,7 @@ python -u run.py \
--enc_in 7 \
--dec_in 7 \
--c_out 7 \
--gpt_layer 3 \
--gpt_layers 3 \
--batch_size 8 \
--d_model 768 \
--patch_size 1 \
Expand Down
8 changes: 4 additions & 4 deletions Imputation/scripts/electricity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ python -u run.py \
--pred_len 0 \
--patch_size 1 \
--stride 1 \
--gpt_layer 3 \
--gpt_layers 3 \
--d_model 768 \
--enc_in 321 \
--dec_in 321 \
Expand All @@ -43,7 +43,7 @@ python -u run.py \
--pred_len 0 \
--patch_size 1 \
--stride 1 \
--gpt_layer 3 \
--gpt_layers 3 \
--d_model 768 \
--enc_in 321 \
--dec_in 321 \
Expand All @@ -69,7 +69,7 @@ python -u run.py \
--pred_len 0 \
--patch_size 1 \
--stride 1 \
--gpt_layer 3 \
--gpt_layers 3 \
--d_model 768 \
--enc_in 321 \
--dec_in 321 \
Expand All @@ -95,7 +95,7 @@ python -u run.py \
--pred_len 0 \
--patch_size 1 \
--stride 1 \
--gpt_layer 3 \
--gpt_layers 3 \
--d_model 768 \
--enc_in 321 \
--dec_in 321 \
Expand Down
Loading