Replies: 1 comment
-
Each graph in loader = DataLoader(dataset, batch_size=128)
batch = next(iter(loader)
G = to_networkx(batch) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Consider
The edge index generated in https://github.com/pyg-team/pytorch_geometric/blob/master/torch_geometric/datasets/fake.py#L84 does not account for multiple graphs
Beta Was this translation helpful? Give feedback.
All reactions