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 21:12:26 UTC

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

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

 ##########
 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:
   using the same value as lr [0.1,0.5,0.9] 
   so instead of creating additional variables I tried to reuse existing one as much as possible. can create a new var if needed?
   

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