Tutorial 3 for GAT mistake #7040
yCobanoglu
started this conversation in
General
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @yCobanoglu, yes, you are right. the idea is to implement a GAT layer manually, to show how to build ad hoc layers and then we used the original one. I think that If you have a look at the video, then it is easiest to follow the story. :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://colab.research.google.com/github/AntonioLonga/PytorchGeometricTutorial/blob/main/Tutorial3/Tutorial3.ipynb
You define GATLayer but end up using GATConv from the library for the model. The layer is never used.
Beta Was this translation helpful? Give feedback.
All reactions