tkipf / gcn

Implementation of Graph Convolutional Networks in TensorFlow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with Citeseer DataSet Shape

samiracs87 opened this issue · comments

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,
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

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

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.