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

Mismatch in Number of Nodes for Friendster Dataset #9

Open
snigdhas1612 opened this issue May 30, 2024 · 1 comment
Open

Mismatch in Number of Nodes for Friendster Dataset #9

snigdhas1612 opened this issue May 30, 2024 · 1 comment

Comments

@snigdhas1612
Copy link

While running the run_allocate script for the Friendster dataset, the output indicates a discrepancy in the number of nodes. The script reports 124 million nodes, whereas the actual number of nodes should be 65 million, as documented on the corresponding dataset website

Here's the relevant output from the run_allocate script:

Graph(num_nodes=124836180, num_edges=1806067135, ndata_schemes={} edata_schemes={})

Initially I inspected the dataset to observe that they had listed nodes ranging from 1 to 124M, but the unique count of these nodes was only 65M. Therefore, I renumbered the nodes. Even after the pre-processing step, run_allocate still outputs 124M as num_nodes.

I would require some help in verifying the functional correctness of the code in this case. Any pointers would be appreciated.

@initzhang
Copy link
Owner

initzhang commented Aug 23, 2024

Hi @snigdhas1612 , the problem should be the isolated node, maybe you can have a look at this thread: dmlc/dgl#3967

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