You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for open-sourcing yet another sparse pytorch library, excellent job!
However, when I comparing the results from SparseConv3d with that from MinkowskiConvolution, I found that even if the input and their weight/bias are strictly equal, their outputs are very different.
Therefore, I would like to know if there are any difference in the implementation of the sparse 3d convolution algorithm.
Besides, it seems that SparseConv3d is much slower than MinkowskiConvolution, with 120% more computational time used. Is this expected? How can we improve the speed of WarpConvNet?