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

About the chanel-wise #36

Open
ZJJTSL opened this issue Nov 26, 2020 · 1 comment
Open

About the chanel-wise #36

ZJJTSL opened this issue Nov 26, 2020 · 1 comment

Comments

@ZJJTSL
Copy link

ZJJTSL commented Nov 26, 2020

i can't understand the chanel-wise implementation, file "sem_ch_graph_conv.py" and "sem_graph_conv.py", what's the difference between them. And i wonder the size of "W" in file "sem_ch_graph_conv.py" line 19, how to understand its first dimention of 2.
Looking forward your guidance ,thanks!

@garyzhao
Copy link
Owner

Hi @ZJJTSL ,

Thanks for your interest in our work!

"sem_graph_conv.py" is the implementation according to Eq. (2) in the main paper, while "sem_ch_graph_conv.py" is the channel-wise implementation according to Eq. (3). We use two weights for the node itself and its neighbors, respectively, so that's why the first dimension is two. For more details, please see https://arxiv.org/pdf/1904.03345.pdf Eq. (9) on page 12 (Section A.2.). Thanks!

Best,
Long

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

2 participants