-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Refactor GENConv
linear layers for lazy init and fix doc for bipartite graphs
#5641
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5641 +/- ##
==========================================
- Coverage 83.87% 83.84% -0.04%
==========================================
Files 349 349
Lines 19213 19231 +18
==========================================
+ Hits 16115 16124 +9
- Misses 3098 3107 +9
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
GENConv
doc for bipartite graphsGENConv
linear layers and doc for bipartite graphs
GENConv
linear layers and doc for bipartite graphsGENConv
linear layers for lazy init and doc for bipartite graphs
GENConv
linear layers for lazy init and doc for bipartite graphsGENConv
linear layers for lazy init and doc for bipartite graphs
GENConv
linear layers for lazy init and doc for bipartite graphsGENConv
linear layers for lazy init and fix doc for bipartite graphs
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.
Thanks, looks good. left some minor comments.
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.
Thank you! This is pretty cool.
…ite graphs (pyg-team#5641) * changelog * fix gen doc * changelog * update * Refactor linear layers * add test * Fix edge linear layer * update * update * update Co-authored-by: Matthias Fey <matthias.fey@tu-dortmund.de> * update Co-authored-by: Matthias Fey <matthias.fey@tu-dortmund.de> * update Co-authored-by: Jinu Sunil <jinu.sunil@gmail.com> * update Co-authored-by: Jinu Sunil <jinu.sunil@gmail.com> * update Co-authored-by: Guohao Li <lighaime@gmail.com> Co-authored-by: Matthias Fey <matthias.fey@tu-dortmund.de> Co-authored-by: Jinu Sunil <jinu.sunil@gmail.com>
This PR fixes the linear layers for lazy init and doc of
GENConv
for bipartite graphs.