"...text-generation-inference.git" did not exist on "27ff1871b507e4f163d7fc6991915f6bb7057f92"
Unverified Commit 8341244a authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[Doc] fix formula display issue in EdgeWeightNorm (#3275)


Co-authored-by: default avatarQuan (Andy) Gan <coin2028@hotmail.com>
parent f67b1908
...@@ -27,7 +27,7 @@ class EdgeWeightNorm(nn.Module): ...@@ -27,7 +27,7 @@ class EdgeWeightNorm(nn.Module):
And, setting ``norm='right'`` yields the following normalization term: And, setting ``norm='right'`` yields the following normalization term:
.. math:: .. math::
c_{ji} = (\sum_{k\in\mathcal{N}(i)}}e_{ki}) c_{ji} = (\sum_{k\in\mathcal{N}(i)}e_{ki})
where :math:`e_{ji}` is the scalar weight on the edge from node :math:`j` to node :math:`i`. where :math:`e_{ji}` is the scalar weight on the edge from node :math:`j` to node :math:`i`.
......
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