Replies: 2 comments 2 replies
-
It is strange; how do you aggregate information from neighbors? |
Beta Was this translation helpful? Give feedback.
2 replies
-
ok,thank you!
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2023年2月27日(星期一) 中午1:29
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [pyg-team/pytorch_geometric] The edge_index of one node (Discussion #6798)
You can add self loop as edge_index=torch.tensor([0],[0]],dtype=torch.long)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I would like to ask, if there is only one node in my graph and I want to use gcn, how to define its edge_index? That's edge_index=torch.tensor([0],[0]],dtype=torch.long)? Thank you
Beta Was this translation helpful? Give feedback.
All reactions