Skip to content

feat/gfn-unpooling#10588

Open
Oisin-M wants to merge 7 commits intopyg-team:masterfrom
Oisin-M:feat/gfn-unpooling
Open

feat/gfn-unpooling#10588
Oisin-M wants to merge 7 commits intopyg-team:masterfrom
Oisin-M:feat/gfn-unpooling

Conversation

@Oisin-M
Copy link

@Oisin-M Oisin-M commented Jan 21, 2026

This PR proposes adding the GFNUnpooling layer to PyG. I have motivated why I think this would be worth adding in the linked issue.
Close #10587

Checklist:

  • Adds new nn.unpool.GFNUnpooling layer
  • Adds test
  • Updates docs

@codecov
Copy link

codecov bot commented Feb 10, 2026

Codecov Report

❌ Patch coverage is 89.47368% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 85.29%. Comparing base (c211214) to head (367d1f9).
⚠️ Report is 156 commits behind head on master.

Files with missing lines Patch % Lines
torch_geometric/nn/unpool/gfn.py 88.23% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #10588      +/-   ##
==========================================
- Coverage   86.11%   85.29%   -0.82%     
==========================================
  Files         496      511      +15     
  Lines       33655    35995    +2340     
==========================================
+ Hits        28981    30701    +1720     
- Misses       4674     5294     +620     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Graph Feedforward Network as a Graph Unpooling Layer

1 participant