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 usage of disable_dynamic_shape decorator in aggregation layers #7534

Merged
merged 3 commits into from
Jun 7, 2023

Conversation

piotrchmiel
Copy link
Contributor

No description provided.

@piotrchmiel piotrchmiel requested a review from EdisonLeeeee as a code owner June 7, 2023 13:17
@codecov
Copy link

codecov bot commented Jun 7, 2023

Codecov Report

Merging #7534 (2d2d781) into master (3e207dc) will increase coverage by 0.01%.
The diff coverage is 100.00%.

❗ Current head 2d2d781 differs from pull request most recent head dc65933. Consider uploading reports for the commit dc65933 to get more accurate results

@@            Coverage Diff             @@
##           master    #7534      +/-   ##
==========================================
+ Coverage   91.38%   91.39%   +0.01%     
==========================================
  Files         447      447              
  Lines       24902    24913      +11     
==========================================
+ Hits        22756    22770      +14     
+ Misses       2146     2143       -3     
Impacted Files Coverage Δ
torch_geometric/nn/aggr/base.py 97.82% <100.00%> (+0.15%) ⬆️
torch_geometric/nn/aggr/gmt.py 100.00% <100.00%> (ø)
torch_geometric/nn/aggr/gru.py 100.00% <100.00%> (ø)
torch_geometric/nn/aggr/lstm.py 100.00% <100.00%> (ø)
torch_geometric/nn/aggr/mlp.py 100.00% <100.00%> (ø)
torch_geometric/nn/aggr/set_transformer.py 100.00% <100.00%> (ø)
torch_geometric/nn/aggr/sort.py 100.00% <100.00%> (ø)

... and 2 files with indirect coverage changes

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

@rusty1s rusty1s changed the title Add usage disable_dynamic_shape decorator in aggregation layers. Add usage of disable_dynamic_shape decorator in aggregation layers Jun 7, 2023
@rusty1s rusty1s enabled auto-merge (squash) June 7, 2023 14:33
@rusty1s rusty1s merged commit e37d0ec into pyg-team:master Jun 7, 2023
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.

2 participants