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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to