Skip to content

Commit

Permalink
Update MinkowskiSparseTensor.py docstring NVIDIA#563
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-shahrokhi committed Mar 30, 2024
1 parent e1ff59e commit 8dd6f35
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions MinkowskiEngine/MinkowskiSparseTensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +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,
x_i^D)`, and the associated feature :math:`\mathbf{f}_i`. Internally, we
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.
Example::
Expand Down

0 comments on commit 8dd6f35

Please sign in to comment.