You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an issue reproducing your experiments using only the adjacency matrix without node features.
I would like to ask you how should it be coded to reproduce the performance in your paper trained without node features.
If it's okay with you, I would love to learn from your code.
Thank you.
The text was updated successfully, but these errors were encountered:
Faith0918
changed the title
using only the adjacency matrix without node features
How could I reproduce the experiment using only the adjacency matrix without node features?
Mar 31, 2021
Faith0918
changed the title
How could I reproduce the experiment using only the adjacency matrix without node features?
How can I reproduce the experiment using only the adjacency matrix without node features?
Mar 31, 2021
On Mon, Apr 19, 2021, 10:09 PM xlleng ***@***.***> wrote:
Hey guys
maybe I could answer your question
You can you this code:
import numpy as np
import networkx as nx
features = np.identity(adj.shape[0])
features = nx.adjacency_matrix(nx.from_numpy_matrix(features))
Make the feature matrix as a indentity matrix
wish this would help you
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#71 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AM2RDLPNMVMEHZXGETAFBPDTJQTSHANCNFSM42E6LPMQ>
.
Hi, I'm a huge fan of yours.
I have an issue reproducing your experiments using only the adjacency matrix without node features.
I would like to ask you how should it be coded to reproduce the performance in your paper trained without node features.
If it's okay with you, I would love to learn from your code.
Thank you.
The text was updated successfully, but these errors were encountered: