Skip to content

Commit c2619ba

Browse files
authored
Remove redundant line in example (#8539)
1 parent 1041e79 commit c2619ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

torchvision/models/detection/keypoint_rcnn.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ class KeypointRCNN(FasterRCNN):
157157
>>> box_roi_pool=roi_pooler,
158158
>>> keypoint_roi_pool=keypoint_roi_pooler)
159159
>>> model.eval()
160-
>>> model.eval()
161160
>>> x = [torch.rand(3, 300, 400), torch.rand(3, 500, 400)]
162161
>>> predictions = model(x)
163162
"""

0 commit comments

Comments
 (0)