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

how can I do the execute_cora.py without attention? #29

Open
pyupya opened this issue Jul 12, 2019 · 2 comments
Open

how can I do the execute_cora.py without attention? #29

pyupya opened this issue Jul 12, 2019 · 2 comments

Comments

@pyupya
Copy link

pyupya commented Jul 12, 2019

Hello! I'm really thanks to great paper and release code.

I'm a student interested in this GAT, and curious about difference in using attention or not.
So I want to see the difference by execute the code 'execute_cora.py'.
How can I do the test with attention, and without it?
Thanks!

@ghost
Copy link

ghost commented Aug 7, 2019

+1

@TranSirius
Copy link

Without Attention can be viewed as a average aggregation scheme. You may rewrite the code and substitude the attentiton scheme based aggregation matrix with an average aggregation matrix or a Laplacian matrix to get a no attention version

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