会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
呦呦南山
博客园
首页
新随笔
联系
订阅
管理
2022年6月29日
判断数组类型是tensor还是numpy
摘要: # import torchimport numpy as np # 确认是否为 Tensor 类型a = torch.constant([1.])b = torch.constant([True, False])c = torch.constant("hello, world.")d = np.a
阅读全文
posted @ 2022-06-29 10:13 呦呦南山
阅读(2087)
评论(0)
推荐(0)
编辑
公告