-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
84 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Solar | ||
python -u main.py --data Solar --features M --input_len 96 --pred_len 96 --encoder_layer 3 --patch_size 6 --d_model 32 --learning_rate 0.0001 --dropout 0.1 --batch_size 16 --Cross --train_epochs 20 --itr 5 --train --patience 1 | ||
|
||
python -u main.py --data Solar --features M --input_len 96 --pred_len 192 --encoder_layer 3 --patch_size 6 --d_model 32 --learning_rate 0.0001 --dropout 0.1 --batch_size 16 --Cross --train_epochs 20 --itr 5 --train --patience 1 | ||
|
||
python -u main.py --data Solar --features M --input_len 96 --pred_len 336 --encoder_layer 3 --patch_size 6 --d_model 32 --learning_rate 0.0001 --dropout 0.1 --batch_size 16 --Cross --train_epochs 20 --itr 5 --train --patience 1 | ||
|
||
python -u main.py --data Solar --features M --input_len 96 --pred_len 720 --encoder_layer 3 --patch_size 6 --d_model 32 --learning_rate 0.0001 --dropout 0.1 --batch_size 16 --Cross --train_epochs 20 --itr 5 --train --patience 1 | ||
|
||
python -u main.py --data Solar --features M --input_len 192 --pred_len 720 --encoder_layer 3 --patch_size 6 --d_model 32 --learning_rate 0.0001 --dropout 0.1 --batch_size 16 --Cross --train_epochs 20 --itr 5 --train --patience 1 | ||
|
||
python -u main.py --data Solar --features M --input_len 384 --pred_len 720 --encoder_layer 3 --patch_size 6 --d_model 32 --learning_rate 0.0001 --dropout 0.1 --batch_size 16 --Cross --train_epochs 20 --itr 5 --train --patience 1 | ||
|
||
python -u main.py --data Solar --features M --input_len 576 --pred_len 720 --encoder_layer 3 --patch_size 6 --d_model 32 --learning_rate 0.0001 --dropout 0.1 --batch_size 8 --Cross --train_epochs 20 --itr 5 --train --patience 1 |