"git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "bd4df2856ae399dc55e4ded57164eff8ecf6cb65"
Unverified Commit 21733e90 authored by Zahi Kakish's avatar Zahi Kakish Committed by GitHub
Browse files

Documentation equation syntax fix for EGATConv (#5284)



Some weird formatting occurred in the documentation for EGATConv, so this quick commit should fix that.
Co-authored-by: default avatarMufei Li <mufeili1996@gmail.com>
parent f62669b0
...@@ -22,8 +22,7 @@ class EGATConv(nn.Module): ...@@ -22,8 +22,7 @@ class EGATConv(nn.Module):
f_{ij}^{\prime} &= \mathrm{LeakyReLU}\left(A [ h_{i} \| f_{ij} \| h_{j}]\right) f_{ij}^{\prime} &= \mathrm{LeakyReLU}\left(A [ h_{i} \| f_{ij} \| h_{j}]\right)
where :math:`f_{ij}^{\prime}` are edge features, :math:`\mathrm{A}` is weight matrix and where :math:`f_{ij}^{\prime}` are edge features, :math:`\mathrm{A}` is weight matrix and
:math:`\vec{F}` is weight vector. After that, resulting node features
:math: `\vec{F}` is weight vector. After that, resulting node features
:math:`h_{i}^{\prime}` are updated in the same way as in regular GAT. :math:`h_{i}^{\prime}` are updated in the same way as in regular GAT.
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