Python 官方文档:入门教程 => 点击学习
TypeError: expected Tensor as element 0 in argument 0, but Got numpy.ndarray 问题描述 原因分析: 需要Tensor变量,
需要Tensor变量,我却给了numpy变量,所以转化一下就好啦!!
# 转换成Tensordata0 = torch.Tensor(data0)
来源地址:https://blog.csdn.net/qlkaicx/article/details/129467519
--结束END--
本文标题: TypeError: expected Tensor as element 0 in argument 0, but got numpy.ndarray解决办法
本文链接: https://lsjlt.com/news/417770.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-03-01
2024-03-01
2024-03-01
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0