Replies: 1 comment
-
Hard to say what went wrong :( My guess is that this may be induced by isolated nodes. Does your graph contain such nodes? |
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.
-
Compute GraphSAINT normalization: 0%| | 0/20956320 [00:00<?, ?it/s]
Process finished with exit code 139
This error raised when execute the code
:train_loader = GraphSAINTRandomWalkSampler(alldata, batch_size=10000, walk_length=2, num_steps=100, sample_coverage=80, save_dir=self.dataset.processed_dir,num_workers=0 )
However, it would be executed successfully sometimes.
Beta Was this translation helpful? Give feedback.
All reactions