Skip to content
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 MixHopConv to torch_geometric.nn.conv #8025

Merged
merged 12 commits into from
Sep 14, 2023
Merged

Conversation

xnuohz
Copy link
Contributor

@xnuohz xnuohz commented Sep 13, 2023

From #8022

  • Add new operator MixHopConv in nn.conv
  • Add a test for it
  • Add an example for it

Feel free to comment, thanks:)

@codecov
Copy link

codecov bot commented Sep 13, 2023

Codecov Report

Merging #8025 (0b27322) into master (66c4999) will increase coverage by 0.01%.
The diff coverage is 97.95%.

❗ Current head 0b27322 differs from pull request most recent head ae951b3. Consider uploading reports for the commit ae951b3 to get more accurate results

@@            Coverage Diff             @@
##           master    #8025      +/-   ##
==========================================
+ Coverage   88.59%   88.61%   +0.01%     
==========================================
  Files         464      465       +1     
  Lines       27475    27524      +49     
==========================================
+ Hits        24342    24390      +48     
- Misses       3133     3134       +1     
Files Changed Coverage Δ
torch_geometric/nn/conv/mixhop_conv.py 97.91% <97.91%> (ø)
torch_geometric/nn/conv/__init__.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@rusty1s rusty1s linked an issue Sep 14, 2023 that may be closed by this pull request
@rusty1s rusty1s changed the title Add MixHop to torch_geometric.nn.conv Add MixHopConv to torch_geometric.nn.conv Sep 14, 2023
@rusty1s rusty1s enabled auto-merge (squash) September 14, 2023 09:29
@rusty1s rusty1s merged commit 36872e0 into pyg-team:master Sep 14, 2023
@EdisonLeeeee
Copy link
Contributor

@rusty1s should we close #6448?

JakubPietrakIntel pushed a commit that referenced this pull request Sep 27, 2023
From #8022

- Add new operator `MixHopConv` in `nn.conv`
- Add a test for it
- Add an example for it

Feel free to comment, thanks:)

---------

Co-authored-by: rusty1s <matthias.fey@tu-dortmund.de>
@xnuohz xnuohz deleted the nn-mixhop branch October 17, 2023 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mixhop
3 participants