def __init__(self): super(ResNet,self).__init__() self.features = nn.Sequential(*list(resnet101.children())[:-3])