Hi, thank you for your great work. However, I do not find information in the paper about the distance adjacency. Can you explain more about how to get this matrix?
Hi. While training graph networks (e.g., train_gcn.ipynb file), we have a distance matrix to represent the connection relationship among nodes. Please see the graph_topology function in the graph.py file.
Hi, thank you for your great work. However, I do not find information in the paper about the distance adjacency. Can you explain more about how to get this matrix?