in vision/models.py [0:0]
def alexnet(): model = torchvision.models.alexnet(pretrained=True) return _alexnet_replace_fc(model)