SINGA-14 Update layer API to be general for training different models Merge branch 'update-layerapi'
Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/9d07f3c1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/9d07f3c1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/9d07f3c1 Branch: refs/heads/master Commit: 9d07f3c1b5822dae1a933c328759ec313786d725 Parents: 6019905 ceaa962 Author: wang wei <[email protected]> Authored: Wed Jun 17 13:09:20 2015 +0800 Committer: wang wei <[email protected]> Committed: Wed Jun 17 13:09:20 2015 +0800 ---------------------------------------------------------------------- examples/cifar10/cluster.conf | 4 ++-- include/neuralnet/base_layer.h | 26 +++++++++++++------------- include/neuralnet/layer.h | 26 +++++++++++++------------- src/neuralnet/base_layer.cc | 26 +++++++++++++------------- src/neuralnet/layer.cc | 32 ++++++++++++++++---------------- src/proto/model.proto | 2 ++ src/trainer/worker.cc | 2 +- 7 files changed, 60 insertions(+), 58 deletions(-) ----------------------------------------------------------------------
