joshcarty / tfgnn-ogb

Examples using TensorFlow GNN with Open Graph Benchmark datasets.
MIT License
7 stars 0 forks source link

direct graph #9

Open LoveFishoO opened 2 years ago

LoveFishoO commented 2 years ago

Hi

when i looking at your code, i found that you use Networkx package to build graph structure. however, maybe you use nx.Graph to construct the Graph. maybe the graph structure of this task is direct graph. this is my personal opinion, whether we should use nx.Digraph?

anyway, this example is very useful for me.

Thank you!