kaolin icon indicating copy to clipboard operation
kaolin copied to clipboard

Asking support for linear layer in spc features.

Open sparse-mvs-2 opened this issue 1 year ago • 1 comments

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)?

sparse-mvs-2 avatar Apr 15 '24 10:04 sparse-mvs-2

Stale issue message

github-actions[bot] avatar Mar 07 '25 21:03 github-actions[bot]