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 dropout argument to MultiheadAttentionBlock #6484

Merged
merged 4 commits into from
Jan 21, 2023
Merged

Conversation

rusty1s
Copy link
Member

@rusty1s rusty1s commented Jan 20, 2023

No description provided.

@rusty1s rusty1s self-assigned this Jan 20, 2023
@codecov
Copy link

codecov bot commented Jan 20, 2023

Codecov Report

Merging #6484 (cbdd2e4) into master (ed12234) will decrease coverage by 1.81%.
The diff coverage is 100.00%.

❗ Current head cbdd2e4 differs from pull request most recent head 15f9a92. Consider uploading reports for the commit 15f9a92 to get more accurate results

@@            Coverage Diff             @@
##           master    #6484      +/-   ##
==========================================
- Coverage   87.10%   85.30%   -1.81%     
==========================================
  Files         402      402              
  Lines       21765    21731      -34     
==========================================
- Hits        18959    18537     -422     
- Misses       2806     3194     +388     
Impacted Files Coverage Δ
torch_geometric/data/lightning/datamodule.py 73.99% <ø> (ø)
torch_geometric/nn/aggr/gmt.py 100.00% <100.00%> (ø)
torch_geometric/nn/aggr/set_transformer.py 100.00% <100.00%> (ø)
torch_geometric/nn/aggr/utils.py 100.00% <100.00%> (ø)
torch_geometric/nn/models/dimenet_utils.py 0.00% <0.00%> (-75.52%) ⬇️
torch_geometric/nn/models/dimenet.py 17.84% <0.00%> (-49.66%) ⬇️
torch_geometric/visualization/graph.py 68.25% <0.00%> (-26.99%) ⬇️
torch_geometric/profile/profile.py 33.33% <0.00%> (-25.39%) ⬇️
torch_geometric/nn/conv/utils/typing.py 83.75% <0.00%> (-15.00%) ⬇️
torch_geometric/nn/pool/asap.py 92.00% <0.00%> (-8.00%) ⬇️
... and 33 more

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

CHANGELOG.md Outdated Show resolved Hide resolved
test/nn/aggr/test_gmt.py Show resolved Hide resolved
@github-actions github-actions bot added the data label Jan 21, 2023
@rusty1s rusty1s enabled auto-merge (squash) January 21, 2023 07:37
@rusty1s rusty1s merged commit 2463371 into master Jan 21, 2023
@rusty1s rusty1s deleted the attention_dropout branch January 21, 2023 07:41
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.

None yet

2 participants