[NN][Model] GATv2 (#3473)

* [Model][Core] GATv2

* lint

* gatv2conv.py

* lint

* lint

* style and docs

* lint

* gatv2conv fix

Co-authored-by: Shaked Brody shakedbr@campus.technion.ac.il <shakedbr@tangerine.cslcs.technion.ac.il>
Co-authored-by: Mufei Li <mufeili1996@gmail.com>
This commit is contained in:
Shaked Brody
2021-11-03 15:55:56 +02:00
committed by GitHub
parent f5102145a7
commit e2f33fd5cc
9 changed files with 657 additions and 4 deletions

View File

@@ -45,7 +45,13 @@ GATConv
:members: forward
:show-inheritance:
GATv2Conv
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. autoclass:: dgl.nn.pytorch.conv.GATv2Conv
:members: forward
:show-inheritance:
EGATConv
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~