Skip to content

Commit abdae5a

Browse files
authored
Fix giou naming bug (#5270)
* Adding multiweight support for shufflenetv2 prototype models * Revert "Adding multiweight support for shufflenetv2 prototype models" This reverts commit 31fadbe. * Adding multiweight support for shufflenetv2 prototype models * Revert "Adding multiweight support for shufflenetv2 prototype models" This reverts commit 4e3d900. * Remove module vs method name clash
1 parent ed84880 commit abdae5a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

torchvision/ops/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from .deform_conv import deform_conv2d, DeformConv2d
1414
from .feature_pyramid_network import FeaturePyramidNetwork
1515
from .focal_loss import sigmoid_focal_loss
16-
from .generalized_box_iou_loss import generalized_box_iou_loss
16+
from .giou_loss import generalized_box_iou_loss
1717
from .misc import FrozenBatchNorm2d, ConvNormActivation, SqueezeExcitation
1818
from .poolers import MultiScaleRoIAlign
1919
from .ps_roi_align import ps_roi_align, PSRoIAlign

0 commit comments

Comments
 (0)