Skip to content

Commit c2a1281

Browse files
Fix typo in anchor_utils.py documentation
1 parent e160dc8 commit c2a1281

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

torchvision/models/detection/anchor_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class AnchorGenerator(nn.Module):
1212
Module that generates anchors for a set of feature maps and
1313
image sizes.
1414
15-
The module support computing anchors at multiple sizes and aspect ratios
15+
The module supports computing anchors at multiple sizes and aspect ratios
1616
per feature map. This module assumes aspect ratio = height / width for
1717
each anchor.
1818

0 commit comments

Comments
 (0)