From 7fcec8b042616d96564f01bf172c08f598e96193 Mon Sep 17 00:00:00 2001 From: Farzaneh Mahdisoltani <132696547+farzanehm-g@users.noreply.github.com> Date: Mon, 18 Sep 2023 16:41:32 -0400 Subject: [PATCH] Update MinkowskiSparseTensor.py docstring fix typo in docstring --- MinkowskiEngine/MinkowskiSparseTensor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MinkowskiEngine/MinkowskiSparseTensor.py b/MinkowskiEngine/MinkowskiSparseTensor.py index b80d5f49..093c3a53 100644 --- a/MinkowskiEngine/MinkowskiSparseTensor.py +++ b/MinkowskiEngine/MinkowskiSparseTensor.py @@ -72,7 +72,7 @@ class SparseTensor(Tensor): where :math:`\mathbf{x}_i \in \mathcal{Z}^D` is a :math:`D`-dimensional coordinate and :math:`b_i \in \mathcal{Z}_+` denotes the corresponding batch index. :math:`N` is the number of non-zero elements in the sparse - tensor, each with the coordinate :math:`(b_i, x_i^1, x_i^1, \cdots, + tensor, each with the coordinate :math:`(b_i, x_i^1, x_i^2, \cdots, x_i^D)`, and the associated feature :math:`\mathbf{f}_i`. Internally, we handle the batch index as an additional spatial dimension.