在PyTorch 中使用較常見的預訓練模型也非常方便,現在AlexNet, VGG, ResNet, Inception v3…etc. ... vgg16 = models.vgg16(pretrained=True) vgg16.
確定! 回上一頁