Luis Oala
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -45,12 +45,12 @@ We also maintain a copy of the entire dataset with a permanent identifier at Zen
|
|
45 |
### Dependencies
|
46 |
#### Conda environment and dependencies
|
47 |
To run this code out-of-the-box you can install the latest project conda environment stored in `perturbed-environment.yml`
|
48 |
-
```
|
49 |
conda env create -f perturbed-environment.yml
|
50 |
```
|
51 |
#### segmentation_models_pytorch newest version
|
52 |
We noticed that PyPi package for `segmentation_models_pytorch` is sometimes behind the project's github repository. If you encounter `smp` related problems we reccomend installing directly from the `smp` reposiroty via
|
53 |
-
```
|
54 |
python -m pip install git+https://github.com/qubvel/segmentation_models.pytorch
|
55 |
```
|
56 |
### Recreate experiments
|
|
|
45 |
### Dependencies
|
46 |
#### Conda environment and dependencies
|
47 |
To run this code out-of-the-box you can install the latest project conda environment stored in `perturbed-environment.yml`
|
48 |
+
```console
|
49 |
conda env create -f perturbed-environment.yml
|
50 |
```
|
51 |
#### segmentation_models_pytorch newest version
|
52 |
We noticed that PyPi package for `segmentation_models_pytorch` is sometimes behind the project's github repository. If you encounter `smp` related problems we reccomend installing directly from the `smp` reposiroty via
|
53 |
+
```console
|
54 |
python -m pip install git+https://github.com/qubvel/segmentation_models.pytorch
|
55 |
```
|
56 |
### Recreate experiments
|