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


With regards,
Apache Git Services

Reply via email to