返回顶部
首页 > 资讯 > 后端开发 > Python >TypeError: expected Tensor as element 0 in argument 0, but got numpy.ndarray解决办法
  • 258
分享到

TypeError: expected Tensor as element 0 in argument 0, but got numpy.ndarray解决办法

numpypython深度学习 2023-09-25 21:09:28 258人浏览 薄情痞子

Python 官方文档:入门教程 => 点击学习

摘要

TypeError: expected Tensor as element 0 in argument 0, but Got numpy.ndarray 问题描述 原因分析: 需要Tensor变量,

TypeError: expected Tensor as element 0 in argument 0, but Got numpy.ndarray

问题描述

在这里插入图片描述

原因分析:

需要Tensor变量,我却给了numpy变量,所以转化一下就好啦!!

![在这里插入图片描述](https://img-blog.csdnimg.cn/161d9022dc664d3399cffe2bb8df7f30.png

我们使用torch.Tensor()方式进行转化即可

# 转换成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

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作