File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1- ## Examples of how we run some experiments
1+ ## Examples of how to run the experiments
22
33### STConvS2S-R model
44------- Dataset: CFSR -------------
5+
56------- Step: 5 -------------------
67
78'num_layers': 3, 'kernel_size': 5, 'hidden_dim': 32
9+
810` python main.py -i 3 -c 0 -v 4 -l 3 -d 32 -k 5 -m stconvs2s-r --plot --email > output/full-dataset/results/stconvs2s-r/cfsr-stconvs2s-r-step5-v4.out `
911
1012------- Dataset: CHIRPS -----------
13+
1114------- Step: 15 ------------------
1215
1316'num_layers': 2, 'kernel_size': 5, 'hidden_dim': 8
1720
1821### Ablation study
1922------- Model: STConvS2S-NoCausalConstraint ------
23+
2024------- Dataset: CFSR ------------------------------
2125
2226'num_layers': 3, 'kernel_size': 5, 'hidden_dim': 32
You can’t perform that action at this time.
0 commit comments