Node and edge features for SGC

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.

We don’t have an existing implementation for that. Though, I think if you replace the GCN in the link with SGC from our official examples, you could achieve something similar that uses edge features as well.

Please let us know if you have any problems in your attempt.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.