AntonioLonga / PytorchGeometricTutorial

Pytorch Geometric Tutorials
1.05k stars 307 forks source link

Tutorial 3 code #7

Closed vandana-rajan closed 2 years ago

vandana-rajan commented 2 years ago

Hi,

Thanks for this great tutorials and videos. Really nice work.

I was wondering about the GATLayer class in the code of tutorial 3. Once the class is made, it is no longer used after the 'Use it' heading in the notebook. Instead, the GATConv from torch geometric is used directly. Then why was the GATLayer class made?

Thanks, VR

AntonioLonga commented 2 years ago

Hi,

Thanks, sorry for the late reply.

Basically, I tried to explain how the GATLayer is built (with some semplifications). Then I used the one already implemented in Pyg.