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 2018/10/09 13:01:01 UTC

[GitHub] luzengxiang opened a new issue #12765: Spark/MXnet: Logic of Code

luzengxiang opened a new issue #12765: Spark/MXnet: Logic of Code
URL: https://github.com/apache/incubator-mxnet/issues/12765
 
 
   vVersion: 1.3.0
   
   Spark/MXnet.scala: 
   class MXNet ,
   method: setFeedForwardModel
   
   Line:180
   epochSize = numExamples / params.batchSize / kv.numWorkers
   
   The value of this parameter is confusing. Is it supposed to be numExamples / (params.batchSize / kv.numWorkers)?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services