-
Notifications
You must be signed in to change notification settings - Fork 31
Other models
Luigi edited this page Oct 1, 2018
·
1 revision
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')
Source: Caffe repo of KaimingHe
cafferesnet101(num_classes=1000, pretrained='imagenet')