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

TransE Knowledge Embedding Model #6314

Merged
merged 23 commits into from
Dec 30, 2022
Merged

TransE Knowledge Embedding Model #6314

merged 23 commits into from
Dec 30, 2022

Conversation

rusty1s
Copy link
Member

@rusty1s rusty1s commented Dec 29, 2022

No description provided.

@codecov
Copy link

codecov bot commented Dec 29, 2022

Codecov Report

Merging #6314 (607a6bc) into master (5feb18a) will decrease coverage by 1.85%.
The diff coverage is 97.84%.

❗ Current head 607a6bc differs from pull request most recent head c2b2a76. Consider uploading reports for the commit c2b2a76 to get more accurate results

@@            Coverage Diff             @@
##           master    #6314      +/-   ##
==========================================
- Coverage   86.29%   84.44%   -1.86%     
==========================================
  Files         381      385       +4     
  Lines       21312    21368      +56     
==========================================
- Hits        18392    18044     -348     
- Misses       2920     3324     +404     
Impacted Files Coverage Δ
torch_geometric/nn/kge/base.py 95.83% <95.83%> (ø)
torch_geometric/nn/__init__.py 100.00% <100.00%> (ø)
torch_geometric/nn/kge/__init__.py 100.00% <100.00%> (ø)
torch_geometric/nn/kge/loader.py 100.00% <100.00%> (ø)
torch_geometric/nn/kge/transe.py 100.00% <100.00%> (ø)
torch_geometric/nn/models/dimenet_utils.py 0.00% <0.00%> (-75.52%) ⬇️
torch_geometric/nn/models/dimenet.py 14.90% <0.00%> (-52.76%) ⬇️
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%) ⬇️
... and 35 more

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

@rusty1s rusty1s merged commit 03cbda9 into master Dec 30, 2022
@rusty1s rusty1s deleted the transe_model branch December 30, 2022 11:47
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

1 participant