[ 
https://issues.apache.org/jira/browse/SINGA-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14698174#comment-14698174
 ] 

ASF subversion and git services commented on SINGA-54:
------------------------------------------------------

Commit 75b2e047313eef36ce04f20d36980f751839b3d8 in incubator-singa's branch 
refs/heads/master from Wei Wang
[ https://git-wip-us.apache.org/repos/asf?p=incubator-singa.git;h=75b2e04 ]

SINGA-54 Refactor job configuration to move fields in ModelProto out

Corrent some fields which were reverted during rebase.


> Refactor job configuration to move fields in ModelProto out
> -----------------------------------------------------------
>
>                 Key: SINGA-54
>                 URL: https://issues.apache.org/jira/browse/SINGA-54
>             Project: Singa
>          Issue Type: Improvement
>            Reporter: wangwei
>
> There are two components in JobProto now, namely ClusterProto and ModelProto, 
> for cluster topology configuration and model configuration, respectively.
> To be consistent with the components introduced in the [ACM Multimedia Open 
> Source Competition 
> paper|http://www.comp.nus.edu.sg/~ooibc/singaopen-mm15.pdf], we need to 
> refactor the JobProto.
> The plan is to move fields inside ModelProto out as the first level children 
> of JobProto. Then the ModelProto can be removed.
> After refactoring, the JobProto will contain the following main components:
> * net for neural net configuration, which consists of a set of layers
> * train_one_batch for the TrainOneBatch algorithm
> * updater for updater configuration
> * cluster for cluster topology configuraltion.
> Other fields include display frequency, checkpoint frequency, workspace, etc.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to