atefeh-asayesh commented on a change in pull request #1336:
URL: https://github.com/apache/systemds/pull/1336#discussion_r676042719
##########
File path: src/test/scripts/functions/federated/paramserv/CNN.dml
##########
@@ -161,9 +161,11 @@ train = function(matrix[double] X, matrix[double] y,
matrix[double] X_val,
train_paramserv = function(matrix[double] X, matrix[double] y,
matrix[double] X_val, matrix[double] y_val, int num_workers, int epochs,
string utype, string freq, int batch_size, string scheme, string
runtime_balancing,
- string weighting, double eta, int C, int Hin, int Win, int seed = -1)
+ string weighting, double eta, int C, int Hin, int Win, int seed = -1,boolean
modelAvg)
return (list[unknown] model)
{
+
Review comment:
Formatting problem has been done.
--
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]