Repository: incubator-singa Updated Branches: refs/heads/master 9a6e09fa2 -> 72e73cc18
fixbug from the model.conf of cifar10 example due deletion of partition_type field in modelproto Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/72e73cc1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/72e73cc1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/72e73cc1 Branch: refs/heads/master Commit: 72e73cc1868523bb1b9ef5240e00b30164cbc19a Parents: acb96d4 Author: wang wei <[email protected]> Authored: Tue Jul 14 19:25:06 2015 +0800 Committer: wang wei <[email protected]> Committed: Tue Jul 14 19:25:06 2015 +0800 ---------------------------------------------------------------------- examples/cifar10/model.conf | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/72e73cc1/examples/cifar10/model.conf ---------------------------------------------------------------------- diff --git a/examples/cifar10/model.conf b/examples/cifar10/model.conf index 2bf76b0..eff7dbc 100644 --- a/examples/cifar10/model.conf +++ b/examples/cifar10/model.conf @@ -18,7 +18,6 @@ updater{ } } neuralnet { -partition_type: kDataPartition layer{ name: "data" type: kShardData
