-
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
Move GraphMultisetTransformer
to nn.aggr
package
#4973
Conversation
Hey guys this one pulled up a small issue (maybe there is a simple fix I don't see). The Fixes I could think of
Any other ideas? Given how WDYT @lightaime @rusty1s |
@Padarn You should be able to import |
Well, turns out there is a simple solution that I was missing 😅. Thanks
…On Thu, 14 Jul 2022, 12:09 am Matthias Fey, ***@***.***> wrote:
@Padarn <https://github.com/Padarn> You should be able to import
nn.conv.GCNConv inside GraphMultisetTransformer.__init__
—
Reply to this email directly, view it on GitHub
<#4973 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGRPN3BB4AW53QM3WMNANTVT3S3JANCNFSM53MZ3SEQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
By communicating with Grab Inc and/or its subsidiaries, associate
companies and jointly controlled entities (“Grab Group”), you are deemed to
have consented to the processing of your personal data as set out in the
Privacy Notice which can be viewed at https://grab.com/privacy/
<https://grab.com/privacy/>
This email contains confidential information
and is only for the intended recipient(s). If you are not the intended
recipient(s), please do not disseminate, distribute or copy this email
Please notify Grab Group immediately if you have received this by mistake
and delete this email from your system. Email transmission cannot be
guaranteed to be secure or error-free as any information therein could be
intercepted, corrupted, lost, destroyed, delayed or incomplete, or contain
viruses. Grab Group do not accept liability for any errors or omissions in
the contents of this email arises as a result of email transmission. All
intellectual property rights in this email and attachments therein shall
remain vested in Grab Group, unless otherwise provided by law.
|
Codecov Report
@@ Coverage Diff @@
## master #4973 +/- ##
=======================================
Coverage 82.78% 82.78%
=======================================
Files 330 330
Lines 17970 17973 +3
=======================================
+ Hits 14876 14879 +3
Misses 3094 3094
Continue to review full report at Codecov.
|
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! LGTM!
Addresses #4712