alibaba / graph-learn

An Industrial Graph Neural Network Framework
Apache License 2.0
1.28k stars 267 forks source link

GCN实现有误 #153

Closed Ningsir closed 3 years ago

Ningsir commented 3 years ago

AliGraph中实现的GCN在聚合阶段只是简单的将节点自身特征值和邻居特征值相加,实际上聚合时需要对每个特征乘上一个系数。

baoleai commented 3 years ago

We will release a new version to support the degree norm in GCN.

baoleai commented 3 years ago

fixed in v1.0.0, see examples/tf/gcn