one small mistake
line 260 in Data_Process.py
抽样的时候,如果存在duplicated and diagonal edges,因为 #step5, 6 去掉了coords中 duplicated and diagonal edges, 而idx没做处理,那么# line 258 coords 和 # line 260 idx就不再是一一对应的关系。不知道我理解的有没有问题?
最后,感谢大佬分享~
这个我还真不确定。 因为链路预测这个代码不是我写的,我是直接照搬的别人的。 你可以看下这几个链接,应该有: https://github.com/deezer/linear_graph_autoencoders/tree/master/linear_gae https://github.com/tkipf/gae
------------------ 原始邮件 ------------------ 发件人: @.***>; 发送时间: 2021年8月16日(星期一) 下午3:16 收件人: "zyx423/GAE_VGAE"; 抄送: "Subscribed"; 主题: [zyx423/GAE_VGAE] one small mistake (#2)
line 260 in Data_Process.py
抽样的时候,如果存在duplicated and diagonal edges,因为 #step5, 6 去掉了coords中 duplicated and diagonal edges, 而idx没做处理,那么# line 258 coords 和 # line 260 idx就不再是一一对应的关系。不知道我理解的有没有问题?
最后,感谢大佬分享~
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.
好的,我看一下,感谢!