Unverified Commit 55f2e872 authored by Mufei Li's avatar Mufei Li Committed by GitHub
Browse files

[Doc] Fix Doc for GATv2Conv (#3491)



* Fix

* CI
Co-authored-by: default avatarUbuntu <ubuntu@ip-172-31-31-136.us-west-2.compute.internal>
Co-authored-by: default avatarJinjing Zhou <VoVAllen@users.noreply.github.com>
parent 7c771d0d
...@@ -28,7 +28,7 @@ class GATv2Conv(nn.Module): ...@@ -28,7 +28,7 @@ class GATv2Conv(nn.Module):
.. math:: .. math::
\alpha_{ij}^{(l)} &= \mathrm{softmax_i} (e_{ij}^{(l)}) \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) W^{(l)}_{left} h_{i} + W^{(l)}_{right} h_{j}\right)
Parameters Parameters
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment