atefeh-asayesh commented on pull request #1336: URL: https://github.com/apache/systemds/pull/1336#issuecomment-886265195
in computeWithBatchUpdate in the case (modelAvg = true ) we compute the gradients with the condition of localupdate is true (gradients = computeGradientsForNBatches(model, 1, localStartBatchNum, true);. and in this case gradients is an updated model positionally. So we push model in case modelAvg=true. for computeWithNBatchUpdates "modelAvg" is not considered yet. in the next PR I will extend it. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
