Other models - CeLuigi/models-comparison.pytorch GitHub Wiki
FaceBook ResNet*
Source: Torch7 repo of FaceBook
There are a bit different from the ResNet* of torchvision. ResNet152 is currently the only one available.
fbresnet152(num_classes=1000, pretrained='imagenet')
Caffe ResNet*
Source: Caffe repo of KaimingHe
cafferesnet101(num_classes=1000, pretrained='imagenet')