forked from yang-song/score_sde_pytorch
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use .env.example as guide for env vars to set
- Loading branch information
1 parent
848203f
commit b3f07ca
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ by [Yang Song](https://yang-song.github.io), [Jascha Sohl-Dickstein](http://www. | |
1. Create conda environment: `conda env create -f environment.lock.yml` (or add dependencies to your own `conda env install -f environment.txt`) | ||
2. Install ml_downscaling_emulator locally: `pip install -e .` | ||
3. Install unet code: `git clone --depth 1 [email protected]:henryaddison/Pytorch-UNet src/ml_downscaling_emulator/unet` | ||
4. Configure necessary environment variables: `DERVIED_DATA` and `KK_SLACK_WH_URL` | ||
4. Configure application behaviour with environment variables. See `.env.example` for variables that can be set. | ||
|
||
## Usage | ||
|
||
|