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/08/13 08:47:31 UTC

[2/2] incubator-singa git commit: SINGA-48 Fix a bug in trainer.cc that assigns the same NeuralNet instance to workers from diff groups

SINGA-48 Fix a bug in trainer.cc that assigns the same NeuralNet instance to workers from diff groups

merge to master


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

Branch: refs/heads/master
Commit: 039de8b0ad481f53502af84296d2947464f9ad11
Parents: db44012 9d43056
Author: wang sheng <wa...@gmail.com>
Authored: Thu Aug 13 14:44:27 2015 +0800
Committer: wang sheng <wa...@gmail.com>
Committed: Thu Aug 13 14:44:27 2015 +0800

----------------------------------------------------------------------
 Makefile.am                        |    23 +
 Makefile.in                        |   501 +-
 aclocal.m4                         |   106 +-
 config.h.in                        |     6 +
 config/config.guess                |   259 +-
 config/config.sub                  |   204 +-
 config/depcomp                     |    74 +-
 config/install-sh                  |    29 +-
 config/libtool.m4                  |  2275 +++--
 config/ltmain.sh                   |  4039 ++++++---
 config/ltoptions.m4                |    32 +-
 config/ltversion.m4                |    12 +-
 config/lt~obsolete.m4              |    12 +-
 config/missing                     |    53 +-
 configure                          | 13778 ++++++++++++++----------------
 configure.ac                       |    15 +-
 include/neuralnet/optional_layer.h |     2 +-
 src/neuralnet/neuralnet.cc         |     6 +-
 src/neuralnet/optional_layer.cc    |     2 +-
 19 files changed, 11031 insertions(+), 10397 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/039de8b0/src/neuralnet/neuralnet.cc
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/039de8b0/src/neuralnet/optional_layer.cc
----------------------------------------------------------------------