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

About using MinkowskiConvolutionFunction #541

Open CheungBH opened 1 year ago

CheungBH commented 1 year ago

Thanks for your great work. I am currently using your MinkowskiConvolutionFunction https://github.com/NVIDIA/MinkowskiEngine/blob/02fc608bea4c0549b0a7b00ca1bf15dee4a0b228/MinkowskiEngine/MinkowskiConvolution.py#L42 . But I couldn't understand what should be fed as the input, especially kernel_generator, convolution_mode, in_coordinate_map_key. Also, I found that I couldn't feed bias into the operation. Are there any examples or reference?