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

AssertionError: CPU does not support activation and bias in spconv #719

Open
JoaquinAils opened this issue Sep 17, 2024 · 0 comments
Open

Comments

@JoaquinAils
Copy link

Description:
When attempting to use SubMConv3d with the spconv library (version 2.3.6) on Linux for CPU-only execution, I encountered the following error:

AssertionError: cpu don't support act and bias

Line of Code:
An example of the code triggering the error:

self.logits = SubMConv3d(4 * init_size, nclasses, indice_key="logit", kernel_size=3, stride=1, padding=1, bias=True)

I need the bias to be True

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

1 participant