Submitted by No_Captain_856 t3_ykajrg in MachineLearning
neural_foo t1_iuxgk7c wrote
You may find this introduction by code useful: https://pytorch-geometric.readthedocs.io/en/latest/notes/introduction.html#data-handling-of-graphs
In this example, the connection information is specified as an adjacency list instead of an adjacency matrix.
No_Captain_856 OP t1_iuxso4m wrote
Thanks!
Viewing a single comment thread. View all comments