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

ME.MinkowskiToDenseTensor #459

Closed houyongkuo closed 1 year ago

houyongkuo commented 2 years ago

Hello, I saw that ME.MinkowskiToDenseTensor can convert sparse tensors into torch tensors in the document, but the result is that MinkowskiDenseTensor still cannot use the torch function. Thanks.