Skip to content

Inconsistent convolution result between WarpConvNet and MinkowskiEngine #1

Open
@Xiashangning

Description

@Xiashangning

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?

Thanks,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions