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

to dense, MinkowskiEngine 0.4.3 #423

Open emilypython opened 2 years ago

emilypython commented 2 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Dear author,

I am using the version "MinkowskiEngine"0.4.3 , I wang to transpose the sparse tensoe to normal dense , like the shape( Batch , channel,point )

what can I use? can I get a usage doc? or some API names?

thanks.