You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/02/19 12:06:04 UTC

[GitHub] wkcn commented on a change in pull request #14196: Group Normalization

wkcn commented on a change in pull request #14196: Group Normalization
URL: https://github.com/apache/incubator-mxnet/pull/14196#discussion_r258010391
 
 

 ##########
 File path: python/mxnet/gluon/nn/basic_layers.py
 ##########
 @@ -704,3 +706,82 @@ def hybrid_forward(self, F, x, *args):
     def __repr__(self):
         return '{name}({function})'.format(name=self.__class__.__name__,
                                            function=self._func_name)
+
+
+class GroupNorm(HybridBlock):
+    """GroupNorm normalization layer (Wu and He, 2014).
+
+    Parameters
+    ----------
+    ngroups : int
+        Numnber of channel groups in GN.
 
 Review comment:
   Thanks for your contribution!
   There is a typo 'numnber'.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services