You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 , 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?
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?
The text was updated successfully, but these errors were encountered: