Skip to content

Commit

Permalink
Fix typo in README file
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaela00castro authored Jan 5, 2020
1 parent 05cc5aa commit 09f28bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions experiments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ cd experiments
```

When you run [run-notebook.sh](https://github.com/MLRG-CEFET-RJ/stconvs2s/blob/master/experiments/run-notebooks.sh) without parameter, it runs experiment experiments with default values. This script injects the settings defined in [dataset-variables.py](https://github.com/MLRG-CEFET-RJ/stconvs2s/blob/master/experiments/dataset-variables.py) into the [base-stconvs2s.ipynb](https://github.com/MLRG-CEFET-RJ/stconvs2s/blob/master/experiments/base-stconvs2s.ipynb) (or [base-convlstm.ipynb](https://github.com/MLRG-CEFET-RJ/stconvs2s/blob/master/experiments/base-convlstm.ipynb)) and at the end generates a new notebook with the results.
When you run [run-notebook.sh](https://github.com/MLRG-CEFET-RJ/stconvs2s/blob/master/experiments/run-notebooks.sh) without parameter, it runs experiments with default values. This script injects the settings defined in [dataset-variables.py](https://github.com/MLRG-CEFET-RJ/stconvs2s/blob/master/experiments/dataset-variables.py) into the [base-stconvs2s.ipynb](https://github.com/MLRG-CEFET-RJ/stconvs2s/blob/master/experiments/base-stconvs2s.ipynb) (or [base-convlstm.ipynb](https://github.com/MLRG-CEFET-RJ/stconvs2s/blob/master/experiments/base-convlstm.ipynb)) and at the end generates a new notebook with the results.


### Positional Parameters

[1] `--stconvs2s` or `--convlstm`: change the model. Default model: stconvs2s

[2] `--cfsr` or `--chirps`: change the dataset to rainfall (CHIRPS). Default dataset: temperature (CFSR)
[2] `--cfsr` or `--chirps`: change the dataset. Default dataset: temperature (CFSR)

0 comments on commit 09f28bf

Please sign in to comment.