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 module_headers property to nn.Sequential models #8093

Merged
merged 3 commits into from
Sep 29, 2023
Merged

Conversation

rusty1s
Copy link
Member

@rusty1s rusty1s commented Sep 29, 2023

Fixes #8082.

@codecov
Copy link

codecov bot commented Sep 29, 2023

Codecov Report

Merging #8093 (fca34ff) into master (68552e7) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #8093   +/-   ##
=======================================
  Coverage   88.72%   88.72%           
=======================================
  Files         467      467           
  Lines       27897    27901    +4     
=======================================
+ Hits        24751    24755    +4     
  Misses       3146     3146           
Files Coverage Δ
torch_geometric/nn/sequential.py 91.30% <100.00%> (+0.82%) ⬆️

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

@rusty1s rusty1s merged commit 1e12d41 into master Sep 29, 2023
16 checks passed
@rusty1s rusty1s deleted the module_headers branch September 29, 2023 09:57
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.

Provide access to module function headers after definition in torch_geometric.nn.sequential
1 participant