You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,9 +104,9 @@ The code is developed under the following configurations.
104
104
105
105
*Warning:* We don't support the outdated Python 2 anymore. PyTorch 0.4.0 or higher is required to run the codes.
106
106
107
-
As PyTorch 0.4.0 is not officially released yet. We suggest running in a separate conda environment, and install the following PyTorch package:
107
+
As PyTorch 0.4.0 is not officially released yet. We suggest running in a separate conda environment, build PyTorch from source, or install the following PyTorch package:
108
108
```bash
109
-
conda install -c prigoyal pytorch=0.4.0
109
+
conda install -c ostrokach-forge pytorch=0.4.0
110
110
```
111
111
112
112
## Quick start: Test on an image using our trained model
0 commit comments