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

Fix python 3.10 breaking change #480

Closed sitic closed 2 years ago

sitic commented 2 years ago

collections.Sequence was moved to collections.abc.Sequence for python 3 and the deprecated aliases were removed in python 3.10.