You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by wa...@apache.org on 2015/07/21 16:06:24 UTC

[2/2] incubator-singa git commit: SINGA-37 Enable users to set parameter sharing in model configuration

SINGA-37 Enable users to set parameter sharing in model configuration

merged pull request #35


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

Branch: refs/heads/master
Commit: 5bf1c92808c97dcc42df46504f3615c746ab368b
Parents: 189261f 4502f41
Author: wang sheng <wa...@gmail.com>
Authored: Tue Jul 21 22:04:34 2015 +0800
Committer: wang sheng <wa...@gmail.com>
Committed: Tue Jul 21 22:04:34 2015 +0800

----------------------------------------------------------------------
 examples/mnist/model.conf  | 24 ++++++------
 include/utils/param.h      |  3 ++
 src/neuralnet/neuralnet.cc | 56 ++++++++++++++++++++++++++--
 src/proto/model.proto      | 11 +++---
 src/test/test_msg.cc       | 81 +++++++++++++++++++++++++++++++++++++++++
 src/test/test_neuralnet.cc |  9 +++++
 6 files changed, 164 insertions(+), 20 deletions(-)
----------------------------------------------------------------------