Skip to content

Commit

Permalink
Update basic_layers.py (apache#13732)
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-haibin-lin authored and haohuw committed Jun 23, 2019
1 parent 652a64d commit 3a9fce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mxnet/gluon/nn/basic_layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ class LayerNorm(HybridBlock):
.. math::
out = \frac{x - mean[data, axis]}{ \sqrt{Var[data, axis]} + \epsilon} * gamma + beta
out = \frac{x - mean[data, axis]}{ \sqrt{Var[data, axis] + \epsilon}} * gamma + beta
Parameters
----------
Expand Down

0 comments on commit 3a9fce2

Please sign in to comment.