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 NodeEncoder from the GraphMixer paper #7501

Merged
merged 7 commits into from
Jun 5, 2023

Conversation

wwymak
Copy link
Contributor

@wwymak wwymak commented Jun 3, 2023

Not very sure it's the correct way to implement what they did in GraphMixer, but hopefully not too far off..

@codecov
Copy link

codecov bot commented Jun 3, 2023

Codecov Report

Merging #7501 (2b576bb) into master (0fb30b8) will decrease coverage by 0.08%.
The diff coverage is 100.00%.

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

@@            Coverage Diff             @@
##           master    #7501      +/-   ##
==========================================
- Coverage   91.49%   91.42%   -0.08%     
==========================================
  Files         446      446              
  Lines       24878    24839      -39     
==========================================
- Hits        22763    22709      -54     
- Misses       2115     2130      +15     
Impacted Files Coverage Δ
torch_geometric/nn/__init__.py 100.00% <100.00%> (ø)
torch_geometric/nn/encoding.py 100.00% <100.00%> (ø)

... and 8 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 Node encoder from the graphmixer paper Add NodeEncoder from the GraphMixer paper Jun 4, 2023
@rusty1s rusty1s enabled auto-merge (squash) June 5, 2023 09:08
@rusty1s rusty1s merged commit d63627c into pyg-team:master Jun 5, 2023
12 checks passed
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