Skip to content

Commit

Permalink
Added torch to the main env
Browse files Browse the repository at this point in the history
  • Loading branch information
jsschreck committed Aug 15, 2024
1 parent e8139ec commit 6d4d338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The package contains three scripts for training three regression models, and one
The regression examples are trained on our surface layer ("SL") dataset for predicting latent heat and other quantities,
and the categorical example is trained on a precipitation dataset ("p-type").

The law of total variance for each model prediction target may be computed as
The law of total variance for each model prediction target may be computed as

$$LoTV = E[\sigma^2] + Var[\mu]$$

Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dependencies:
- pip:
- tensorflow
- keras
- torch
- echo-opt
- hagelslag
- bridgescaler
Expand Down

0 comments on commit 6d4d338

Please sign in to comment.