sxjscience commented on a change in pull request #9893: Add constant parameter
URL: https://github.com/apache/incubator-mxnet/pull/9893#discussion_r171039752
 
 

 ##########
 File path: python/mxnet/gluon/parameter.py
 ##########
 @@ -548,6 +588,45 @@ def get(self, name, **kwargs):
                     setattr(param, k, v)
         return param
 
+    def get_constant(self, name, value=None):
 
 Review comment:
   I think I've met some similar problems implementing the weight 
normalization, which also transforms the parameters.

----------------------------------------------------------------
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