Skip to content
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

Bugs in Build _ext module #19

Open
cuge1995 opened this issue Dec 4, 2020 · 2 comments
Open

Bugs in Build _ext module #19

cuge1995 opened this issue Dec 4, 2020 · 2 comments

Comments

@cuge1995
Copy link

cuge1995 commented Dec 4, 2020

pointnet2/_ext-src/src/group_points.cpp:56:40: error: ‘AT_CHECK’ was not declared in this scope
     AT_CHECK(false, "CPU not supported");
                                        ^
error: command 'gcc' failed with exit status 1
@cuge1995
Copy link
Author

cuge1995 commented Dec 4, 2020

solved by pip install torchvision==0.5 and pip install torch==1.4

@sidml
Copy link

sidml commented Oct 4, 2021

If you are using torch>1.5, then you need to replace AT_CHECK with AT_ASSERT.
See facebookresearch/votenet#97

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants