tkipf / gcn

Implementation of Graph Convolutional Networks in TensorFlow
MIT License
7.13k stars 2k forks source link

Issue with Citeseer DataSet Shape #164

Open samiracs87 opened 4 years ago

samiracs87 commented 4 years ago

Hi there, There is a discrepancy between the dimensions of data matrices for Citeseer: adjacency matrix is (3327, 3327), while features and labels have 3312 rows which is the number of nodes. Based on the data source at http://www.cs.umd.edu/~sen/lbc-proj/LBC.html there must be 3312 nodes. Why adjacency matrix has more row/columns than Graph node size in this repo?

Thanks!

fansariadeh commented 4 years ago

Hi there, There is a discrepancy between the dimensions of data matrices for Citeseer: adjacency matrix is (3327, 3327), while features and labels have 3312 rows which is the number of nodes. Based on the data source at http://www.cs.umd.edu/~sen/lbc-proj/LBC.html there must be 3312 nodes. Why adjacency matrix has more row/columns than Graph node size in this repo?

Thanks!

Hi there,

I got the same issue, have you any response for it? Would be great if you share it.

Cheers

Looomo commented 4 years ago

Same problem . Please let me know if anyone solved this .

samiracs87 commented 4 years ago

Sorry for late reply - I did not get any response and I ended up using the data set from other sources which matches the description.