Skip to content

Commit

Permalink
Update examples.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaela00castro authored Dec 6, 2020
1 parent 1113b0f commit e7a3bca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
## Examples of how we run some experiments
## Examples of how to run the experiments

### STConvS2S-R model
------- Dataset: CFSR -------------

------- Step: 5 -------------------

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

`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`

------- Dataset: CHIRPS -----------

------- Step: 15 ------------------

'num_layers': 2, 'kernel_size': 5, 'hidden_dim': 8
Expand All @@ -17,6 +20,7 @@

### Ablation study
------- Model: STConvS2S-NoCausalConstraint ------

------- Dataset: CFSR ------------------------------

'num_layers': 3, 'kernel_size': 5, 'hidden_dim': 32
Expand Down

0 comments on commit e7a3bca

Please sign in to comment.