会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
PengPanda
首页
新随笔
联系
订阅
管理
2024年8月11日
pytorch_geometric的Planetoid出现“TypeError: expected np.ndarray (got matrix)”的问题和解决方法
摘要: 问题和解决方案 运行GCN的例子的时候,出现了这个错误: out = torch.from_numpy(out).to(torch.float) TypeError: expected np.ndarray (got matrix) 解决方案: 在torch_geometric.io.planeto
阅读全文
posted @ 2024-08-11 22:20 PengPanda
阅读(171)
评论(0)
推荐(0)
公告