-
Notifications
You must be signed in to change notification settings - Fork 375
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 error while initializing SparseTensor #338
Comments
I cant replicate the error. Could you report the environment as specified on the issue template? |
Unfortunately, after I posted the issue, for other reasons, I had to upgrade pytorch to the the latest version (i.e., 1.8.1) which as I understand isn't compatible with MinkowskiEngine. So, I am not currently able to provide the complete and exact environment info corresponding to the state when I had the issue. Below is partial info about the environment.
|
I see. It seems like this was a pytorch 1.8 related issue. 1.8 compatibility will be fixed in the next version. |
I am getting the following error while initializing a SparseTensor:
Below is a small bit of code that reproduces this error [This is derived from the sparse_tensor_basic.py file in MinkowskiEngine repo].
I am using cuda version11.2
The text was updated successfully, but these errors were encountered: