Skip to content

Commit 2cd250f

Browse files
committed
Small fixes in README
1 parent 15bc582 commit 2cd250f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ To run our standard CNN withour constrained run
4141
$ python main.py --dataset era5_sr_data --model cnn --model_id twc_cnn_noconstraints --constraints none
4242
```
4343

44-
to run with softmax constraining (hard constraining) run
44+
To run with softmax constraining (hard constraining) run
4545

4646
```sh
4747
$ python main.py --dataset era5_sr_data --model cnn --model_id twc_cnn_softmaxconstraints --constraints softmax
4848
```
4949

50-
to run with soft constraining run, with a factor of alpha run
50+
To run with soft constraining run, with a factor of alpha run
5151

5252
```sh
5353
$ python main.py --dataset era5_sr_data --model cnn --model_id twc_cnn_softconstraints --constraints soft --loss mass_constraints --alpha 0.99
@@ -70,7 +70,7 @@ It produces a csv file with all metrics on either validation or test set.
7070

7171
## Citation
7272

73-
If you find this repository helpful please consider to cite our work
73+
If you find this repository helpful please consider citing our work
7474

7575
@misc{harder2022,
7676
author = {Harder, Paula and Yang, Qidong and Ramesh, Venkatesh and Sattigeri, Prasanna and Hernandez-Garcia, Alex and Watson, Campbell and Szwarcman, Daniela and Rolnick, David},

0 commit comments

Comments
 (0)