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 93d3101 commit 81f0f7fCopy full SHA for 81f0f7f
README.md
@@ -25,6 +25,22 @@ python setup.py build_ext --inplace
25
python -m unittest
26
```
27
28
+## Troubleshooting
29
+Ensure that at least PyTorch 1.4.0 is installed and verify that `cuda/bin` and `cuda/include` are in your `$PATH` and `$CPATH` respectively, e.g.:
30
+```
31
+$ python -c "import torch; print(torch.__version__)"
32
+>>> 1.4.0
33
+
34
35
+>>> 1.1.0
36
37
+$ echo $PATH
38
+>>> /usr/local/cuda/bin:...
39
40
+$ echo $CPATH
41
+>>> /usr/local/cuda/include:...
42
43
44
## Projects using those kernels.
45
46
[```Pytorch Point Cloud Benchmark```](https://github.com/nicolas-chaulet/deeppointcloud-benchmarks)
0 commit comments