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

Pna #471

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Pna #471

wants to merge 2 commits into from

Conversation

dongZheX
Copy link
Contributor

  1. Implementation of PNA CONV
  2. examples of PNA on ogbg-mol

@dongZheX dongZheX force-pushed the pna branch 2 times, most recently from 4dbc6cb to 7c778b2 Compare September 27, 2022 10:43
'log': ((np.log(
(bin_degrees + 1)) * deg).sum() / total_no_vertices),
'exp': ((np.exp(bin_degrees) * deg).sum() / total_no_vertices),
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这一块deg,是只能numpy输入吗?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里恐不能numpy和paddle的写法对齐,所以这里修改为作者和pyg的写法(直接Tensor).
顺便修改了一个sag_pool的example中README中的一个书写错误。

@CLAassistant
Copy link

CLAassistant commented Sep 24, 2024

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
0 out of 2 committers have signed the CLA.

❌ dongZheX
❌ Yelrose
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants