spconv
spconv copied to clipboard
Is there a python API to get the hash table of the SparseConv3d?
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.