Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Update basic_layers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-haibin-lin committed Dec 27, 2018
1 parent 14ae5d4 commit b55a9b8
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 b55a9b8

Please sign in to comment.