-
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
ModuleNotFoundError: No module named 'adaptive_gridsampler.adaptive_gridsampler_cuda' #13
Comments
I have the same error. But as I run the setup.py , it shows a lot of warning. |
Change Tested at CUDA 11.0 Windows / Linux (18.04 LTS)
|
Same problem here. |
@Drorharush yes, nothing happened after changing as @jiunbae mentioned. Exited with this error. |
who solved this issue please |
For the inference operation, the following operation was carried out, but an error appears.
get CAR-pytorch source
git clone https://github.com/sunwj/CAR.git
cd CAR
compile the code of the resampler
cd adaptive_gridsampler
python3 setup.py build_ext --inplace
The text was updated successfully, but these errors were encountered: