atefeh-asayesh opened a new pull request #1382:
URL: https://github.com/apache/systemds/pull/1382
In this PR we add freq=NBATCHES along with the optional parameter nbatches
to extend paramserv builtin for NBATCH updates.
In this step, It has been implemented for both local
(computeNBatches(dataSize, batchIter)) and federated parameter servers
(computeWithNBatchUpdates in FederatedPSControlThread.java).
Moreover, modelAvg optional parameter is also considered.
There are 2 java test files:
1- NbatchesFederatedParamservTest.java to test in federate mode.
2- ParamservLocalNNTestwithNbatches.java to test in local mode.
In these two files two parameter have been added:
1- "nbatches": number of batches in a set of batches.
2- "NBATCHES": another type of PS_FREQUENCY
--
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]