-
Notifications
You must be signed in to change notification settings - Fork 123
Expand file tree
/
Copy pathOLinear.sh
More file actions
7 lines (4 loc) · 2.34 KB
/
Copy pathOLinear.sh
File metadata and controls
7 lines (4 loc) · 2.34 KB
1
2
3
4
5
6
7
python ./scripts/run_benchmark.py --config-path "rolling_forecast_config.json" --data-name-list "ILI.csv" --strategy-args '{"horizon": 24}' --model-name "olinear.OLinear" --model-hyper-params '{"batch_size": 16, "d_ff": 512, "d_model": 256, "dropout": 0.1, "e_layers": 2, "embed_size": 1, "horizon": 24, "lr": 0.0001, "num_epochs": 10, "q_mat_file": "dataset/Q_matrices/ILI/ILI_60_ratio0.70.npy", "q_out_mat_file": "dataset/Q_matrices/ILI/ILI_24_ratio0.70.npy", "seq_len": 60, "temp_patch_len": 16, "temp_stride": 8, "use_amp": 0}' --gpus 0 --num-workers 1 --timeout 60000 --save-path "ILI/OLinear"
python ./scripts/run_benchmark.py --config-path "rolling_forecast_config.json" --data-name-list "ILI.csv" --strategy-args '{"horizon": 36}' --model-name "olinear.OLinear" --model-hyper-params '{"batch_size": 16, "d_ff": 512, "d_model": 256, "dropout": 0.1, "e_layers": 2, "embed_size": 1, "horizon": 36, "lr": 0.0001, "num_epochs": 10, "q_mat_file": "dataset/Q_matrices/ILI/ILI_60_ratio0.70.npy", "q_out_mat_file": "dataset/Q_matrices/ILI/ILI_36_ratio0.70.npy", "seq_len": 60, "temp_patch_len": 16, "temp_stride": 8, "use_amp": 0}' --gpus 0 --num-workers 1 --timeout 60000 --save-path "ILI/OLinear"
python ./scripts/run_benchmark.py --config-path "rolling_forecast_config.json" --data-name-list "ILI.csv" --strategy-args '{"horizon": 48}' --model-name "olinear.OLinear" --model-hyper-params '{"batch_size": 16, "d_ff": 512, "d_model": 256, "dropout": 0.1, "e_layers": 2, "embed_size": 1, "horizon": 48, "lr": 0.0001, "num_epochs": 10, "q_mat_file": "dataset/Q_matrices/ILI/ILI_60_ratio0.70.npy", "q_out_mat_file": "dataset/Q_matrices/ILI/ILI_48_ratio0.70.npy", "seq_len": 60, "temp_patch_len": 16, "temp_stride": 8, "use_amp": 0}' --gpus 0 --num-workers 1 --timeout 60000 --save-path "ILI/OLinear"
python ./scripts/run_benchmark.py --config-path "rolling_forecast_config.json" --data-name-list "ILI.csv" --strategy-args '{"horizon": 60}' --model-name "olinear.OLinear" --model-hyper-params '{"batch_size": 16, "d_ff": 512, "d_model": 256, "dropout": 0.1, "e_layers": 2, "embed_size": 1, "horizon": 60, "lr": 0.0001, "num_epochs": 10, "q_mat_file": "dataset/Q_matrices/ILI/ILI_60_ratio0.70.npy", "q_out_mat_file": "dataset/Q_matrices/ILI/ILI_60_ratio0.70.npy", "seq_len": 60, "temp_patch_len": 16, "temp_stride": 8, "use_amp": 0}' --gpus 0 --num-workers 1 --timeout 60000 --save-path "ILI/OLinear"