
深度学习
文章平均质量分 78
yzhua_777
这个作者很懒,什么都没留下…
展开
-
小白入门pytorch(二)----神经网络
本文主要记录深度学习中的神经网络学习内容,包括理论和代码以上介绍了深度学习中的神经网络,以及搭建神经网络所需要的步骤。原创 2023-09-29 18:16:25 · 1420 阅读 · 0 评论 -
小白入门pytorch(一)
小白入门pytorch 基础知识主要介绍 张量、梯度下降、反向传播等内容原创 2023-09-22 13:49:28 · 623 阅读 · 0 评论 -
RuntimeError: Input type (torch.FloatTensor) and weight type (torch.cuda.FloatTensor) should be the
RuntimeError: Input type (torch.FloatTensor) and weight type (torch.cuda.FloatTensor) should be the same or input should be a MKLDNN tensor and weight is a dense tensor 报错报错环境在使用pytorch训练好的模型,进行测试时,报错部分代码为model = torch.load("../save_model/mynn_30.pth")原创 2022-05-27 14:01:14 · 3355 阅读 · 1 评论