上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页
摘要: 代码: # https://github.com/PacktPublishing/Modern-Computer-Vision-with-PyTorch # https://github.com/PacktPublishing/Modern-Computer-Vision-with-PyTorch 阅读全文
posted @ 2024-12-16 10:41 辛河 阅读(17) 评论(0) 推荐(0)
摘要: 第三章 3.4 训练神经网络 # https://github.com/PacktPublishing/Modern-Computer-Vision-with-PyTorch # https://github.com/PacktPublishing/Modern-Computer-Vision-wi 阅读全文
posted @ 2024-12-16 10:29 辛河 阅读(30) 评论(0) 推荐(0)
摘要: pytorch 官网:https://pytorch.org/docs/stable/generated/torch.nn.Module.html#torch.nn.Module 代码: # https://github.com/PacktPublishing/Modern-Computer-Vis 阅读全文
posted @ 2024-12-15 21:56 辛河 阅读(48) 评论(0) 推荐(0)
摘要: 比较复杂,可以将代码放在AI(温馨一眼)中做解读 代码: # https://github.com/PacktPublishing/Modern-Computer-Vision-with-PyTorch # https://github.com/PacktPublishing/Modern-Comp 阅读全文
posted @ 2024-12-13 12:01 辛河 阅读(32) 评论(0) 推荐(0)
摘要: 图片与脚本文件放在一个文件夹内,同级。 图片网上找一个就可以了。 # https://github.com/PacktPublishing/Modern-Computer-Vision-with-PyTorch # https://github.com/PacktPublishing/Modern- 阅读全文
posted @ 2024-12-13 11:56 辛河 阅读(63) 评论(0) 推荐(0)
摘要: 训练并保存模型参数到文件 # https://github.com/PacktPublishing/Modern-Computer-Vision-with-PyTorch # https://github.com/PacktPublishing/Modern-Computer-Vision-with 阅读全文
posted @ 2024-12-12 19:12 辛河 阅读(42) 评论(0) 推荐(0)
摘要: # https://github.com/PacktPublishing/Modern-Computer-Vision-with-PyTorch # https://github.com/PacktPublishing/Modern-Computer-Vision-with-PyTorch #### 阅读全文
posted @ 2024-12-12 16:24 辛河 阅读(61) 评论(0) 推荐(0)
摘要: # https://github.com/PacktPublishing/Modern-Computer-Vision-with-PyTorch # https://github.com/PacktPublishing/Modern-Computer-Vision-with-PyTorch #### 阅读全文
posted @ 2024-12-12 14:19 辛河 阅读(71) 评论(0) 推荐(0)
摘要: 定义数据集训练神经网络# https://github.com/PacktPublishing/Modern-Computer-Vision-with-PyTorch # https://github.com/PacktPublishing/Modern-Computer-Vision-with-P 阅读全文
posted @ 2024-12-12 14:07 辛河 阅读(61) 评论(0) 推荐(0)
摘要: Pytorch 最全入门介绍,Pytorch入门看这一篇就够了 https://www.cnblogs.com/xfuture/p/17593872.html # 5.1 数据加载和预处理 # 首先,我们需要加载数据并进行预处理。我们将使用torchvision包来下载CIFAR10数据集,并使用t 阅读全文
posted @ 2024-12-12 14:06 辛河 阅读(364) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页