Skip to content

Commit e7a3bca

Browse files
Update examples.md
1 parent 1113b0f commit e7a3bca

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

examples.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
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
@@ -17,6 +20,7 @@
1720

1821
### Ablation study
1922
------- Model: STConvS2S-NoCausalConstraint ------
23+
2024
------- Dataset: CFSR ------------------------------
2125

2226
'num_layers': 3, 'kernel_size': 5, 'hidden_dim': 32

0 commit comments

Comments
 (0)