-
Notifications
You must be signed in to change notification settings - Fork 130
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
ImportError: torch.utils.ffi is deprecated. Please use cpp extensions instead. #22
Comments
I backed off torch to 4.0.0 which fixed that problem. That leaves me with another |
to fix the psroi_pooling pooling error, I went back to CUDA 9.0 (from 10) |
I fix this problem recently,I change the pytorch version back to 0.4. |
can u show your version of those packages : pytorch torch torchvision cuda cudnn ? |
I cloned this code with an appropriated conda set up and could run the code, refer to my repository fork MOTDT, scroll to the end of readme. You can also check my conda environment packages version. |
ImportError: torch.utils.ffi is deprecated. Please use cpp extensions instead.
What should I do for this error when I run sh make.sh ? Thank you!
The text was updated successfully, but these errors were encountered: