I’m doing an experiment to compare the performance on GCN and SGC models. My input is a multi-edge directed graph with nodes and edge features and I concatenated the edge features to the node features for GCN model training after referring to this link:
Node and edge features in with GCN - Questions - Deep Graph Library (dgl.ai)
I just want to know if there is a SGC implementation similar to the on from the link?
Thanks.