Open pyupya opened 5 years ago
+1
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
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!