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

Normalisation is performed after linear translation and non-linear operation #2

Open
yinyee opened this issue Apr 28, 2021 · 0 comments

Comments

@yinyee
Copy link

yinyee commented Apr 28, 2021

For example, with respect to edge convolution, a linear translation + self.b_v and a non-linear operation F.relu() occur at line 50 in hypergraph.py before normalisation in lines 58 and 60. In fact, even the pooling of messages from neighbours (i.e., matrix multiplication the with incidence matrix A) occurs afterwards at line 59.

Similarly, with respect to vertex convolution at line 62 in the same function.

This is different to the order of computation in Algorithm 1 found in the paper, which states that normalisation is performed prior to linear translation and nonlinear operation.

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

No branches or pull requests

1 participant