yuxiangw commented on a change in pull request #9220: Signum optimizer
URL: https://github.com/apache/incubator-mxnet/pull/9220#discussion_r159603302
 
 

 ##########
 File path: python/mxnet/optimizer.py
 ##########
 @@ -57,6 +58,10 @@ class Optimizer(object):
         The weight decay (or L2 regularization) coefficient. Modifies objective
         by adding a penalty for having large weights.
 
+    wd_lh: float, optional
 
 Review comment:
   I added that to the constructor at some point, cuz wd_lh is something more 
generally applicable to other algorithms too (in particular, Adam). 

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to