-
Notifications
You must be signed in to change notification settings - Fork 0
/
run_pems08.txt
51 lines (51 loc) · 1.21 KB
/
run_pems08.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
python3 ./run.py \
--activation mish \
--addaptadj True \
--adjdata adj_mx_pemsd8.pkl \
--adjtype doubletransition \
--apt_size 40 \
--augment_occlude_spatial_probability 0.05 \
--augment_occlude_spatial_scale 0.05 \
--augment_occlude_temporal_probability 0.0 \
--augment_occlude_temporal_scale 0.0 \
--augment_scramble_spatial_probability 0.0 \
--augment_scramble_temporal_probability 0.05 \
--augment_swap_spatial_k 0 \
--augment_swap_temporal_k 0 \
--augment_uniform_noise_scale 0.05 \
--batch_size 66 \
--cat_feat_gc True \
--clip 3 \
--data_fn pems08.npz \
--device cuda \
--do_graph_conv \
--dropout 0.3 \
--enb_output_filepath ./ \
--epochs 100 \
--es_patience 20 \
--fill_zeroes \
--frac_train 1.0 \
--gcn_head_aggregate CAT \
--gcn_n_head 3 \
--in_dim 2 \
--is_batch_norm True \
--is_gat True \
--is_gcn_attention False \
--is_pad_at_engine False \
--learning_rate 0.001 \
--lr_decay_rate 0.97 \
--nhid 40 \
--num_nodes 170 \
--project_name G-SWaN \
--randomadj \
--run_name e06_11 \
--save ./ \
--scheduler_factor 0.4 \
--scheduler_patience 10 \
--seed 42 \
--seq_length 12 \
--softmax_temp 7.0 \
--spatial_PE_gcn True \
--sweep_name test \
--verbose 30 \
--weight_decay 0.000