You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In object detection, the resnext101_64x4d is a widely used backbone.
But the torchvision model only provide the resnext101_32x8d pretrained models.
If we want to use the resnext101_64x4d in object detection, it cannot be smoothly to change.