Amaia Salvador commited on
Commit
343ddb1
·
unverified ·
1 Parent(s): bf19a93

Update README.md with correct pytorch version

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 torchvision cuda90 -c 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