摘要: import torch import numpy import torch.nn as nn import torch.nn.functional as F from PIL import Image from torchvision import transforms import torchvision.models as models normalize = transforms.No... 阅读全文
posted @ 2018-10-24 17:02 Cloud.9 阅读(849) 评论(2) 推荐(0) 编辑
摘要: import torch import numpy import torch.nn as nn import torch.nn.functional as F from PIL import Image from torchvision import transforms import torchvision.models as models vgg = models.vgg16() pre=... 阅读全文
posted @ 2018-10-24 15:23 Cloud.9 阅读(6243) 评论(0) 推荐(0) 编辑