-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
about knn_cuda #2
Comments
You should install knn_cuda by running
For more details, please refer to this repo, https://github.com/unlimblue/KNN_CUDA Thanks for pointing out, I will update the installation guideline later. |
yes i had resolved, but another problem increasing. baidu say it is because the version of cuda is not match torch |
Have you complied
If cuda and pytorch version mis-match, you may need to re-install pytorch following the official document. Refer to this page, https://pytorch.org/get-started/previous-versions/ This repo is tested with torch 1.2, but I think torch 1.1 is ok. |
I have solve this problem by using Ubuntu |
You should install knn_cuda by this command line |
hi why i run the bash test_punet.sh, it happen that "no modul named knn_cuda import KNN"? i run this code with cuda9.0 python 3.6 pytorch1.0
The text was updated successfully, but these errors were encountered: