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

How to implement the slice function like x1 = y1.slice(x)? #448

Open JimmyWong1998 opened 2 years ago

JimmyWong1998 commented 2 years ago

Hi, could you give me some information about how to implement the slice function like x1 = y1.slice(x) in classification_modelnet40.py?

thank you very mcuh!