Return-Path: X-Original-To: apmail-singa-dev-archive@minotaur.apache.org Delivered-To: apmail-singa-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0A6A718625 for ; Fri, 14 Aug 2015 14:21:52 +0000 (UTC) Received: (qmail 70411 invoked by uid 500); 14 Aug 2015 14:21:52 -0000 Delivered-To: apmail-singa-dev-archive@singa.apache.org Received: (qmail 70394 invoked by uid 500); 14 Aug 2015 14:21:51 -0000 Mailing-List: contact dev-help@singa.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@singa.incubator.apache.org Delivered-To: mailing list dev@singa.incubator.apache.org Received: (qmail 70384 invoked by uid 99); 14 Aug 2015 14:21:51 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Aug 2015 14:21:51 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 79078DDD7C for ; Fri, 14 Aug 2015 14:21:51 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.781 X-Spam-Level: X-Spam-Status: No, score=0.781 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id CtUje1j8zL7K for ; Fri, 14 Aug 2015 14:21:47 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id 8051E21044 for ; Fri, 14 Aug 2015 14:21:47 +0000 (UTC) Received: (qmail 67776 invoked by uid 99); 14 Aug 2015 14:21:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Aug 2015 14:21:45 +0000 Date: Fri, 14 Aug 2015 14:21:45 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: dev@singa.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SINGA-54) Refactor job configuration to move fields in ModelProto out MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SINGA-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14697090#comment-14697090 ] ASF subversion and git services commented on SINGA-54: ------------------------------------------------------ Commit 1b574f3c10f23fa80926471c3efa752d062d4301 in incubator-singa's branch refs/heads/master from Wei Wang [ https://git-wip-us.apache.org/repos/asf?p=incubator-singa.git;h=1b574f3 ] SINGA-54 Refactor job configuration to move fields in ModelProto out Tested with mnist and cifar examples. Four components are necessary for submitting a job, namely, neuralnet, alg, updater and cluster. The configuration is now consistent with the MM paper. > 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)