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

DimeNet: Added swish activation to activation_resolver #4700

Merged
merged 6 commits into from
May 24, 2022
Merged

Conversation

rusty1s
Copy link
Member

@rusty1s rusty1s commented May 24, 2022

No description provided.

@codecov
Copy link

codecov bot commented May 24, 2022

Codecov Report

Merging #4700 (9f7eb80) into master (9963fcf) will decrease coverage by 1.91%.
The diff coverage is 73.33%.

❗ Current head 9f7eb80 differs from pull request most recent head f44b024. Consider uploading reports for the commit f44b024 to get more accurate results

@@            Coverage Diff             @@
##           master    #4700      +/-   ##
==========================================
- Coverage   84.24%   82.32%   -1.92%     
==========================================
  Files         319      318       -1     
  Lines       17117    17124       +7     
==========================================
- Hits        14420    14098     -322     
- Misses       2697     3026     +329     
Impacted Files Coverage Δ
torch_geometric/nn/models/dimenet.py 14.51% <71.42%> (-52.85%) ⬇️
torch_geometric/nn/resolver.py 86.36% <75.00%> (-6.97%) ⬇️
torch_geometric/nn/models/dimenet_utils.py 0.00% <0.00%> (-75.52%) ⬇️
torch_geometric/nn/conv/utils/typing.py 81.25% <0.00%> (-17.50%) ⬇️
torch_geometric/nn/inits.py 67.85% <0.00%> (-7.15%) ⬇️
torch_geometric/io/tu.py 93.90% <0.00%> (-2.44%) ⬇️
torch_geometric/nn/models/mlp.py 98.52% <0.00%> (-1.48%) ⬇️
torch_geometric/data/dataset.py 96.80% <0.00%> (-0.80%) ⬇️
torch_geometric/nn/conv/rgat_conv.py 83.76% <0.00%> (-0.53%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f3ce4f2...f44b024. Read the comment docs.

@rusty1s rusty1s merged commit c7062dc into master May 24, 2022
@rusty1s rusty1s deleted the swish_act branch May 24, 2022 06:12
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.

1 participant