Skip to content

Commit

Permalink
[fbsync] Remove redundant line in example (#8539)
Browse files Browse the repository at this point in the history
Reviewed By: vmoens

Differential Revision: D60596236

fbshipit-source-id: c654609053d7e324474d385cc95437a2cc0a0dc4
  • Loading branch information
NicolasHug authored and facebook-github-bot committed Aug 2, 2024
1 parent 82831f4 commit 1ace499
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion torchvision/models/detection/keypoint_rcnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ class KeypointRCNN(FasterRCNN):
>>> box_roi_pool=roi_pooler,
>>> keypoint_roi_pool=keypoint_roi_pooler)
>>> model.eval()
>>> model.eval()
>>> x = [torch.rand(3, 300, 400), torch.rand(3, 500, 400)]
>>> predictions = model(x)
"""
Expand Down

0 comments on commit 1ace499

Please sign in to comment.