Skip to content

Commit a49b786

Browse files
authored
Update torchvision/ops/feature_pyramid_network.py
1 parent edd1f16 commit a49b786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchvision/ops/feature_pyramid_network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def forward(self, x: Dict[str, Tensor]) -> Dict[str, Tensor]:
206206

207207
class LastLevelMaxPool(ExtraFPNBlock):
208208
"""
209-
Applies a max_pool2d (not actual max_pool2d) on top of the last feature map
209+
Applies a max_pool2d (not actual max_pool2d, we just subsample) on top of the last feature map
210210
"""
211211

212212
def forward(

0 commit comments

Comments
 (0)