chennnM / GCNII

PyTorch implementation of "Simple and Deep Graph Convolutional Networks"
324 stars 72 forks source link

A question about this framwork #3

Closed tanjia123456 closed 4 years ago

tanjia123456 commented 4 years ago

hello, I noticed GCNII framwork is spectral domain. Could you pealse recommend some fram on space domain?

chennnM commented 4 years ago

GAT and GraphSAGE are popular spatial domain methods. Especially, both DGL and PyG use the unified spatial domain framework to define GNN and implement numerous GNN variants.

tanjia123456 commented 4 years ago

Ok, thank you very much