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

'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中的一个书写错误。

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.

None yet

2 participants