Closed
Description
🚀 Feature
add the pretrained resnext101_64x4d model
Motivation
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.