__init__() net = models.vgg16(pretrained=True) #从预训练模型加载VGG16网络参数net.classifier = nn.Sequential() #将分类层置空,下面将改变我们的分类 ...
確定! 回上一頁