This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
Spark/MXnet: Logic of Code #12765
Unanswered
luzengxiang
asked this question in
Q&A
Replies: 4 comments
-
@mxnet-label-bot [scala, Question] |
Beta Was this translation helpful? Give feedback.
0 replies
-
@luzengxiang : For questions, please submit on MXNet discussion forum (https://discuss.mxnet.io), where it will get a wider audience and allow other to learn as well. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@CodingCat @yzhliu @nswamy For spark stuff |
Beta Was this translation helpful? Give feedback.
0 replies
-
Class: org.apache.mxnet.spark.MXNet |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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)?
Beta Was this translation helpful? Give feedback.
All reactions