"...text-generation-inference.git" did not exist on "fa8a8e05afa435bd39308974925a1098239dfcb4"
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):
And, setting ``norm='right'`` yields the following normalization term:
.. 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`.
......
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