摘要: 程序示例: from torchvision import transforms from PIL import Image import torch def gaussian(img, mean, std): c, h, w = img.shape noise = torch.randn([c, 阅读全文
posted @ 2021-12-03 22:04 Picassooo 阅读(1263) 评论(0) 推荐(0)