Skip to content

Commit

Permalink
[Doc] Fix Doc for GATv2Conv (dmlc#3491)
Browse files Browse the repository at this point in the history
* Fix

* CI

Co-authored-by: Ubuntu <[email protected]>
Co-authored-by: Jinjing Zhou <[email protected]>
  • Loading branch information
3 people authored Nov 10, 2021
1 parent 7c771d0 commit 55f2e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/dgl/nn/pytorch/conv/gatv2conv.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class GATv2Conv(nn.Module):
.. math::
\alpha_{ij}^{(l)} &= \mathrm{softmax_i} (e_{ij}^{(l)})
e_{ij}^{(l)} &= \vec{a}^T^{(l)}\mathrm{LeakyReLU}\left(
e_{ij}^{(l)} &= {\vec{a}^T}^{(l)}\mathrm{LeakyReLU}\left(
W^{(l)}_{left} h_{i} + W^{(l)}_{right} h_{j}\right)
Parameters
Expand Down

0 comments on commit 55f2e87

Please sign in to comment.