Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

networkx issue with reddit dataset #197

Open
ashiqimranintel opened this issue Mar 28, 2023 · 2 comments
Open

networkx issue with reddit dataset #197

ashiqimranintel opened this issue Mar 28, 2023 · 2 comments

Comments

@ashiqimranintel
Copy link

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?

@hacertilbec
Copy link

hacertilbec commented Apr 6, 2023

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

@ashiqimranintel
Copy link
Author

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants