Add AeroGNNConv to torch_geometric.nn.conv#10285
Add AeroGNNConv to torch_geometric.nn.conv#10285bokveizen wants to merge 0 commit intopyg-team:masterfrom
AeroGNNConv to torch_geometric.nn.conv#10285Conversation
bokveizen
commented
May 18, 2025
- Add new operator AeroGNNConv in nn.conv
|
Initial PR. Still testing it. |
|
hi im intrigued by this. @bokveizen can you explain what the theoretical enefit is for using this model over a basic basline like GCN? |
Codecov ReportAttention: Patch coverage is
❌ Your patch check has failed because the patch coverage (18.91%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## master #10285 +/- ##
==========================================
- Coverage 86.11% 85.22% -0.90%
==========================================
Files 496 497 +1
Lines 33655 34118 +463
==========================================
+ Hits 28981 29076 +95
- Misses 4674 5042 +368 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Hi! Thanks for the reply. |
|
please also add a unit test under test/nn/models/test_aero_gnn.py |
thanks, sounds good looking forward to the above mentioned changes |
|
Thanks! One quick question: Could you clarify when you mentioned adding a model, did you mean adding a model instead of adding a conv layer or in addition to adding a conv layer?
|
|
please also update the changelog |
add it in addition to what you have now, so it can be used more easily, and use that easy model for the example |
|
please fix conflicts too |
|
Just want to say that I am busy with other things these days, and the PR is (and still will be) delayed for a while. |
no prob |
|
ping em on slack at rishi puri if you want to have me review |
|
Will re-work on this from the latest version! |
|
Continued at #10573 |