Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug committed Oct 30, 2023
1 parent de94aaa commit d5ff205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchvision/_meta_registrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ def meta_nms(dets, scores, iou_threshold):
)
ctx = torch._custom_ops.get_ctx()
num_to_keep = ctx.create_unbacked_symint()
return dets.new_empty(num_to_keep, dtype=torch.long)
return dets.new_empty(num_to_keep, dtype=torch.long)

0 comments on commit d5ff205

Please sign in to comment.