Load pretrained ResNet50 using PyTorch/Keras/Paddle: PyTorch import torchvision model = torchvision.models.resnet50(pretrained=True)
確定! 回上一頁