We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e959ebf commit 4f5e386Copy full SHA for 4f5e386
README.md
@@ -104,6 +104,11 @@ The code is developed under the following configurations.
104
105
*Warning:* We don't support the outdated Python 2 anymore. PyTorch 0.4.0 or higher is required to run the codes.
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:
108
+```bash
109
+conda install -c prigoyal pytorch=0.4.0
110
+```
111
+
112
## Quick start: Test on an image using our trained model
113
1. Here is a simple demo to do inference on a single image:
114
```bash
0 commit comments