摘要: 问题和解决方案 运行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)