spconv icon indicating copy to clipboard operation
spconv copied to clipboard

Is there a python API to get the hash table of the SparseConv3d?

Open Devoe-97 opened this issue 2 years ago • 0 comments

I encountered a bug that when using SparseConv3d with padding=(0, 1, 1), stride=(2, 2, 2) and kernel_size=(3, 3, 3), the output indices do not match the input indices. Is there a python API to get the hash table of the SparseConv3d?

Also, I fixed all the random seeds, and why is the order of the output indices different every time I use SparseConv3d on the same input.

Devoe-97 avatar Feb 28 '23 07:02 Devoe-97