Skip to content

Commit 4f5e386

Browse files
authored
Update README.md
1 parent e959ebf commit 4f5e386

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ The code is developed under the following configurations.
104104

105105
*Warning:* We don't support the outdated Python 2 anymore. PyTorch 0.4.0 or higher is required to run the codes.
106106

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:
108+
```bash
109+
conda install -c prigoyal pytorch=0.4.0
110+
```
111+
107112
## Quick start: Test on an image using our trained model
108113
1. Here is a simple demo to do inference on a single image:
109114
```bash

0 commit comments

Comments
 (0)