摘要: 原文链接:https://blog.csdn.net/Jenny_oxaza/article/details/105628663 import torchvision.models as models resnet18 = models.resnet18() alexnet = models.ale 阅读全文
posted @ 2022-11-12 20:46 实数集 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 转载自:(18条消息) pytorch中transform常用的几个方法_木瓜子的博客-CSDN博客_pytorch transform 一、 裁剪——Crop 1.随机裁剪:transforms.RandomCrop 2.中心裁剪:transforms.CenterCrop 3.随机长宽比裁剪 t 阅读全文
posted @ 2022-11-12 20:26 实数集 阅读(86) 评论(0) 推荐(0) 编辑
摘要: 下面文章介绍的是使用gpu的pytorch和cuda安装。如果你是使用cpu的pytorch,那么直接在命令行窗口conda install pytorch就可以了。 第0步(可不做):创建新环境 anaconda的默认环境是base。如果以前装失败过pytorch和cuda,继续在这个环境安装可能 阅读全文
posted @ 2022-11-12 18:45 实数集 阅读(113) 评论(0) 推荐(0) 编辑