Amaia Salvador
commited on
Update README.md with correct pytorch version
Browse files
README.md
CHANGED
@@ -22,11 +22,11 @@ year = {2019}
|
|
22 |
|
23 |
### Installation
|
24 |
|
25 |
-
This code uses Python 3.6 and PyTorch 0.4. cuda version 9.0.
|
26 |
|
27 |
- Installing PyTorch:
|
28 |
```bash
|
29 |
-
$ conda install pytorch
|
30 |
```
|
31 |
|
32 |
- Install dependencies
|
|
|
22 |
|
23 |
### Installation
|
24 |
|
25 |
+
This code uses Python 3.6 and PyTorch 0.4.1 cuda version 9.0.
|
26 |
|
27 |
- Installing PyTorch:
|
28 |
```bash
|
29 |
+
$ conda install pytorch=0.4.1 cuda90 -c pytorch
|
30 |
```
|
31 |
|
32 |
- Install dependencies
|