NVIDIA / MinkowskiEngine

Minkowski Engine is an auto-diff neural network library for high-dimensional sparse tensors
https://nvidia.github.io/MinkowskiEngine
Other
2.43k stars 360 forks source link

assertion (in_feat.size(1) == kernel.size(1)) failed. Input feature size and kernel size mismatch #456

Closed houyongkuo closed 2 years ago

houyongkuo commented 2 years ago

Hello, I don't know how to determine the value of the input size and kernel size when I input the convolution, I get the following error when I input, I hope to get your help. Thanks.

assertion (in_feat.size(1) == kernel.size(1)) failed. Input feature size and kernel size mismatch

123xldan commented 1 year ago

Hello, how did you solve this problem? I also encountered the same situation.