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

Asking support for linear layer in spc features. #793

Open
sparse-mvs-2 opened this issue Apr 15, 2024 · 0 comments
Open

Asking support for linear layer in spc features. #793

sparse-mvs-2 opened this issue Apr 15, 2024 · 0 comments

Comments

@sparse-mvs-2
Copy link

The method of kaolin.ops.spc.Conv3d is great to handle batches of spc features. However, when I want to write a self-attention layer, I need to use nn.linear. That means, have to transfer the the spc.features of shape (L,C) to (B, l_max, C) with padding. Is there any elegant way to handle this without padding and transfer the features to (B, l_max, C)?

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