You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments