mirror of
https://github.com/dmlc/dgl.git
synced 2026-06-06 20:04:24 +08:00
[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:
@@ -45,7 +45,13 @@ GATConv
|
||||
:members: forward
|
||||
:show-inheritance:
|
||||
|
||||
|
||||
GATv2Conv
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
.. autoclass:: dgl.nn.pytorch.conv.GATv2Conv
|
||||
:members: forward
|
||||
:show-inheritance:
|
||||
|
||||
EGATConv
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user