0
点赞
收藏
分享

微信扫一扫

【转】pytorch_torch.transforms常用参数

天涯学馆 2022-02-24 阅读 60

mnist是灰度图,给出的应该是transforms.Normalize((0.1307 ), (0.3081 ))
cifar10是transforms.Normalize((0.4914, 0.4822, 0.4465), (0.2023, 0.1994, 0.2010))
imagenet是([0.485, 0.456, 0.406], [0.229, 0.224, 0.225])

原文链接:https://blog.csdn.net/weixin_45885232/article/details/103962583

举报

相关推荐

0 条评论