You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by zh...@apache.org on 2015/11/12 14:15:48 UTC

[3/3] incubator-singa git commit: SINGA-87 Replace exclude field to inlcude field for layer configuration (still support exclude field).

SINGA-87 Replace exclude field to inlcude field for layer configuration (still support exclude field).

Exclude field is deprecated, please use include field instead.
Notice that include field only includes the specified layer.

neuralnet.cc
 - add flag to indicate state, e.g., flag=0, no exclude and no include
 - add checks for exclude and include field, they cannot appear in the same .conf file
job.proto
 - add include field definition in LayerProto


Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/903b8d88
Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/903b8d88
Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/903b8d88

Branch: refs/heads/master
Commit: 903b8d88e59cecb8a818802ea5a424b87c7810e1
Parents: e1a6f14 059ae9a
Author: jixin <ji...@comp.nus.edu.sg>
Authored: Sat Nov 7 14:34:15 2015 +0800
Committer: jixin <ji...@comp.nus.edu.sg>
Committed: Sat Nov 7 14:44:34 2015 +0800

----------------------------------------------------------------------

----------------------------------------------------------------------