Commit b436213e authored by Michael Carilli's avatar Michael Carilli
Browse files

minor latex touchup

parent 98b76a86
...@@ -85,8 +85,8 @@ class FusedLayerNorm(torch.nn.Module): ...@@ -85,8 +85,8 @@ class FusedLayerNorm(torch.nn.Module):
of size of size
.. math:: .. math::
[* \times \text{normalized\_shape}[0] \times \text{normalized\_shape}[1] [* \times \text{normalized}\_\text{shape}[0] \times \text{normalized}\_\text{shape}[1]
\times \ldots \times \text{normalized\_shape}[-1]] \times \ldots \times \text{normalized}\_\text{shape}[-1]]
If a single integer is used, it is treated as a singleton list, and this module will If a single integer is used, it is treated as a singleton list, and this module will
normalize over the last dimension which is expected to be of that specific size. normalize over the last dimension which is expected to be of that specific size.
......
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