working-yuhao / DEAL

IJCAI2020
MIT License
19 stars 7 forks source link

How to generate data.dists #3

Closed Lemour-sudo closed 3 years ago

Lemour-sudo commented 3 years ago

I am using the CiteSeer dataset that is in the repo and using the default settings. However I get stuck at this point in model.py:

dist-1

data.dists cannot be subscripted since it is a NoneType. May I ask how to generate this 'dists' and what it actually represents.

Lemour-sudo commented 3 years ago

I found the link to download the file in the "About dist data" file. Thanks.

mohitagarwal0212 commented 2 years ago

@Lemour-sudo hey, i had downloaded the data, were you able to figure out what it represents ?

Lemour-sudo commented 2 years ago

@mohitagarwal0212 I think it must represent the distances (or reciprocals of the distances) between each pair of nodes in the graph.