-
Notifications
You must be signed in to change notification settings - Fork 310
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
Add HeteroGATConv
to cugraph-pyg
#3914
Conversation
Looks good to me, but it would also be great if we could add a test against PyG like for other operators. The initialization should match PyG, so both this and the general primitive ideally should be tested for correctness. :) |
Sure, will test against PyG's HeteroConv + PyG's GATConv. What does "general primitive" here refer to? |
just the conv layer vs. the initialization of it |
@stadlmax I have added a test to validate against PyG. Could you review it again? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
/merge |
Fixes https://github.com/rapidsai/graph_dl/issues/311
Adding @stadlmax POC code to cugraph-pyg