-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add GCNConv support for HeteroGraphConv (#367)
* WIP: working state but with degree placeholder * clean up comments * add test * include edge type in degree calc for gnnheterograph * add self loops for gnnheterograph * add TODO comment * add TODO comment * fix failing test * update the new add_self_loops_behavior * change empty string to nothing for memory optimization * add GCNConv support for HeteroGraphConv * fix tests * GCN tests passing * add small optimization to reduce ifs * avoid repeated code * add PR review suggestion * run all tests
- Loading branch information
Showing
2 changed files
with
33 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters