Closed EddyDavies closed 2 years ago
Why is the GCN Docs code, which I think I understand, different from the GCN module source code?
The GCNConv doc code is a correct, but simplified implementation of the GCN operator. In addition, the GCNConv module in PyG implements
GCNConv
Parameter
matmul
torch.nn.Linear
Why is the GCN Docs code, which I think I understand, different from the GCN module source code?