ResNeXt* models - CeLuigi/models-comparison.pytorch GitHub Wiki

S. Xie, R. Girshick, P. Dollár, Z. Tu, and K. He, “Aggregated residual transformations for deep neural networks,” in Conference on Computer Vision and Pattern Recognition (CVPR). IEEE, 2017, pp. 5987–5995.

@inproceedings{xie2017aggregated,
  title={Aggregated residual transformations for deep neural networks},
  author={Xie, Saining and Girshick, Ross and Doll{\'a}r, Piotr and Tu, Zhuowen and He, Kaiming},
  booktitle={Conference on Computer Vision and Pattern Recognition (CVPR)},
  pages={5987--5995},
  year={2017},
  organization={IEEE}
}

Source: ResNeXt repo of FaceBook

  • resnext101_32x4d(num_classes=1000, pretrained='imagenet')
  • resnext101_62x4d(num_classes=1000, pretrained='imagenet')