-
Notifications
You must be signed in to change notification settings - Fork 653
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
Won't build with PyTorch 1.11 #550
Comments
Seems like #518 fixes this issue. |
I have this working on Colab with pytorch 1.11. But, I get this error on Linux, A100 with pytorch being the same version.
is it related to cuda package then? |
I got it working with the change from the PR #518 and also removing line 4 as mentioned in the PR comments
|
after removing the line 4,more error happened |
It works. Perfect! |
The current code won't build with PyTorch 1.11, since it seems that they removed the
TH/THC
include files, as per this comment: open-mmlab/mmdetection3d#1332 (comment)The end result is this:
The text was updated successfully, but these errors were encountered: