We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Negative sampling is one of the features we need for GNN support.
PyG implementation is here as a reference: https://github.com/pyg-team/pytorch_geometric/blob/845c5cffc086c0a37dd3255d5f9219d982439efe/torch_geometric/sampler/base.py#L574
The text was updated successfully, but these errors were encountered:
97d1641
ChuckHastings
Successfully merging a pull request may close this issue.
Negative sampling is one of the features we need for GNN support.
PyG implementation is here as a reference: https://github.com/pyg-team/pytorch_geometric/blob/845c5cffc086c0a37dd3255d5f9219d982439efe/torch_geometric/sampler/base.py#L574
The text was updated successfully, but these errors were encountered: