NVIDIA / MinkowskiEngine

Minkowski Engine is an auto-diff neural network library for high-dimensional sparse tensors
https://nvidia.github.io/MinkowskiEngine
Other
2.48k stars 367 forks source link

fix possible bug in TensorField #385

Closed chrockey closed 1 month ago

chrockey commented 3 years ago

I think it might be "self.coordinate_field_map_key" instead of self.coordinate_map_key in https://github.com/NVIDIA/MinkowskiEngine/blob/f002239ab4a68a33e1244a719973584b660f33a6/MinkowskiEngine/MinkowskiTensorField.py#L471.

etaoxing commented 2 years ago

@chrischoy should this fix be merged?