-
Notifications
You must be signed in to change notification settings - Fork 81
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
Cannot import PG_OP #25
Comments
OK, after struggling for more than 10 hours, I finally figured out the way to set up the environment. For anyone who may get stuck in the future,
I recommend to compile
Now test the installation
In my case, I first got a error saying
I still do not know why it happens, but we can temporally fix it by
I did not source it just in case it will mess up with other environments. Next, we need to install spconv 1.2 for Pytorch 1.5. The one contained in this repo. is not compatible!
This step will throw out tons of warnings, but it seems fine to ignore them.
The code works fine for me after all of these installation. |
Hi,
Thank you for sharing the code.
I followed the instruction to setup the environment and successfully compile the files. However, I met the following error, when I try to import
PG_OP
.I am using CUDA 10.2, PyTorch 1.1.0 and python3.7.
Thank you in advance.
The text was updated successfully, but these errors were encountered: