GraphSAGE icon indicating copy to clipboard operation
GraphSAGE copied to clipboard

networkx issue with reddit dataset

Open ashiqimranintel opened this issue 2 years ago • 2 comments

I tried to convert the code into tensorflow 2.X (2.10), wanted to run reddit dataset, since networkx 1.11 is not compatible with TF 2.X, getting following error Removed 231443 nodes that lacked proper annotations due to networkx versioning issues.

how can I resolve it?

ashiqimranintel avatar Mar 28 '23 23:03 ashiqimranintel

I tried to convert the code into tensorflow 2.X (2.10), wanted to run reddit dataset, since networkx 1.11 is not compatible with TF 2.X, getting following error Removed 231443 nodes that lacked proper annotations due to networkx versioning issues.

how can I resolve it?

Hi @ashiqimranintel , I did some changes on the code on my own and opened a new repo, now it can work on with new versions of python, networkx and tensorflow. You can check if it works in your case : https://github.com/hacertilbec/GraphSAGE

hacertilbec avatar Apr 06 '23 09:04 hacertilbec

@hacertilbec , thanks for sharing your repo. I tried to run reddit dataset, but getting same issue. The issue is in utils.py can you give a try to run on reddit dataset?

ashiqimranintel avatar Apr 06 '23 16:04 ashiqimranintel