GraphConv operator for graph classification #9590
Unanswered
evantianzg
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I am using GraphConv operator, which is from the "Weisfeiler and Leman Go Neural: Higher-order Graph Neural Networks" paper, for graph classification. This paper proposes
k-gnn
.My question is how should I call the model using GraphConv operator for graph classification?
k-GNN
ork-GCN
? orGraphGCN
? If using k-GNN or k-GCN? What is the specific value ofk
in the GraphConv operator?Beta Was this translation helpful? Give feedback.
All reactions