-
Notifications
You must be signed in to change notification settings - Fork 51
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
CUDA kernel failed when infer #3
Comments
Are you using conda or pip install pytorch? |
It seems the problem of pointnet2_ops. Is the pointnet2_ops successfully installed? Maybe this solution from #1 (comment) can help? We have updated the TriplaneGaussian/tgs/models/snowflake/pointnet2_ops_lib/setup.py Lines 20 to 21 in d0be649
|
Thanks! This works! |
I got this error when I tried to run
infer.py
:Environment:
This happens in line
model(batch)
ininfer.py
The text was updated successfully, but these errors were encountered: