atefeh-asayesh commented on a change in pull request #1336:
URL: https://github.com/apache/systemds/pull/1336#discussion_r675867831
##########
File path: src/main/java/org/apache/sysds/parser/Statement.java
##########
@@ -72,6 +72,9 @@
public static final String PS_MODE = "mode";
public static final String PS_GRADIENTS = "gradients";
public static final String PS_SEED = "seed";
+ public static final String PS_MODELAVG = "modelAvg";
+ public static final String PS_MODELS = "models";
Review comment:
we need this beside modelAvg because it is one of the inputs of
paramserver instruction.
--
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]