You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@systemds.apache.org by GitBox <gi...@apache.org> on 2021/08/02 16:15:11 UTC

[GitHub] [systemds] atefeh-asayesh opened a new pull request #1358: [SYSTEMDS-3067] Model Averaging in paramserver

atefeh-asayesh opened a new pull request #1358:
URL: https://github.com/apache/systemds/pull/1358


   in this PR we use an optional Boolean parameter "modelAvg" to select the type of updating or averaging the model in param server. In this PR, it is implemented for both federated and local param server. Moreover, two java test files have been added.
   
   "AvgModelFederatedParamservTest.java" is created to test in federated mode.
   "ParamservLocalNNAveragingTest.java" is created to test in local mode.


-- 
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: dev-unsubscribe@systemds.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [systemds] asfgit closed pull request #1358: [SYSTEMDS-3067] Model Averaging in paramserver

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #1358:
URL: https://github.com/apache/systemds/pull/1358


   


-- 
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: dev-unsubscribe@systemds.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [systemds] mboehm7 commented on pull request #1358: [SYSTEMDS-3067] Model Averaging in paramserver

Posted by GitBox <gi...@apache.org>.
mboehm7 commented on pull request #1358:
URL: https://github.com/apache/systemds/pull/1358#issuecomment-903952835


   LGTM - thanks for finalizing this PR @atefeh-asayesh. I fixed the remaining warnings, unnecessary imports (of unintended packages) and made a few simplifications of the core update logic.


-- 
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: dev-unsubscribe@systemds.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org