You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by "Xingjian Shi (JIRA)" <ji...@apache.org> on 2018/03/08 00:17:00 UTC

[jira] [Created] (MXNET-58) Add LayerNorm in MXNet

Xingjian Shi created MXNET-58:
---------------------------------

             Summary: Add LayerNorm in MXNet
                 Key: MXNET-58
                 URL: https://issues.apache.org/jira/browse/MXNET-58
             Project: Apache MXNet
          Issue Type: New Feature
            Reporter: Xingjian Shi


# Directly implement layer normalization in C++. The speed and memory cost are both better than the way of stacking the broadcast/reduce OPs. Solves [#9950|https://github.com/apache/incubator-mxnet/issues/9950]
 # Add LayerNorm in Gluon
 # Fix the doc of InstanceNorm. In InstanceNorm, the real axis to normalize the input tensor is all axes excluding the 0th axis and the given axis.
 # Fix the doc of BatchNorm, the inverse std instead of the var is set as the output. Should fix [#9216|https://github.com/apache/incubator-mxnet/issues/9216]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org