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

AttributeError: 'SparseTensor' object has no attribute 'coords_key' #490

Open YHY138 opened 2 years ago

YHY138 commented 2 years ago

When I run demo.py, I get this error. My environment configuration is, torch1.9.0, torchvision1.10.0, MinkowskiEngine0.5.4, RTX3090Ti. Does anyone have a similar issue or have any idea to solve it? Thank you very much!