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

Can't use get_coords_map method when version >= 0.5.0. #542

Open Leon1207 opened 1 year ago

Leon1207 commented 1 year ago

There is a method called get_coords_map registered in MinkowskiEngine.utils. When the version >= 0.5.0, there is no attribute coords_man in SparseTensor anymore, but it still remains in the code of get_coords_map which leads to bug.