Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
apex
Commits
b436213e
Commit
b436213e
authored
Nov 28, 2018
by
Michael Carilli
Browse files
minor latex touchup
parent
98b76a86
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
apex/normalization/fused_layer_norm.py
apex/normalization/fused_layer_norm.py
+2
-2
No files found.
apex/normalization/fused_layer_norm.py
View file @
b436213e
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment