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 2020/03/02 18:54:21 UTC

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #17735: Fix OpPerf in Master

apeforest commented on a change in pull request #17735: Fix OpPerf in Master
URL: https://github.com/apache/incubator-mxnet/pull/17735#discussion_r386583235
 
 

 ##########
 File path: benchmark/opperf/rules/default_params.py
 ##########
 @@ -431,7 +433,7 @@
                    "delta" : DEFAULT_DELTA,
                    "lr" : DEFAULT_LR,
                    "lrs" : DEFAULT_LRS,
-                   "wds" : DEFAULT_LRS,
+                   "wd" : DEFAULT_LR,
 
 Review comment:
   Isn't wd represent for weight_decay? Why does it take the DEFAULT_LR here?
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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