Skip to content

Commit e88e19f

Browse files
committed
Remove one TODO, the number of leading dims is correctly tested
1 parent a30737c commit e88e19f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

torchvision/tv_tensors/_keypoints.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
from ._tv_tensor import TVTensor
99

1010

11-
# TODOKP do we support arbitrary number of leading dimension, as claimed in the
12-
# docs?
13-
# This doesn't seem to be tested?
1411
class KeyPoints(TVTensor):
1512
""":class:`torch.Tensor` subclass for tensors with shape ``[..., 2]`` that represent points in an image.
1613

0 commit comments

Comments
 (0)