piiswrong commented on a change in pull request #7570: Gluon InstanceNorm and 
ReflectancePadding
URL: https://github.com/apache/incubator-mxnet/pull/7570#discussion_r137341055
 
 

 ##########
 File path: python/mxnet/gluon/nn/basic_layers.py
 ##########
 @@ -442,3 +442,92 @@ def hybrid_forward(self, F, x):
 
     def __repr__(self):
         return self.__class__.__name__
+
+
+class InstanceNorm(HybridBlock):
+    """
 
 Review comment:
   missing argument documentation
 
----------------------------------------------------------------
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