Tiiiger / SGC

official implementation for the paper "Simplifying Graph Convolutional Networks"
MIT License
831 stars 145 forks source link

Some question about different implementation of SGC #35

Closed Root970103 closed 1 year ago

Root970103 commented 1 year ago

Hi, I'm working on some GNNs recently. Thanks for your excellent work! I have some question about SGC, hope you can give some advice.

  1. When I increase the arg "--degree", suffered severe performance degradation. But, this did not happen when I use the code by pytorch geometric. What causes this difference?
  2. I want to know if "message passing" in pytorch geometric is better than matrix multiplication in GNNs.
  3. When can simply use the multiplication of adjacency matrix and feature matrix to achieve message passing and aggregation?

Looking forward to your reply, thanks!

Tiiiger commented 1 year ago

Hi @Root970103 ,

Unfortunately, I am not very familiar with the pytorch geometric implementation. Can't be more helpful here. Sorry!