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 2016/08/12 02:57:59 UTC

[2/2] incubator-singa git commit: Merge PR #235 which fixed a bug in batchnorm.cc

Merge PR #235 which fixed a bug in batchnorm.cc


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

Branch: refs/heads/dev
Commit: 94ffe55daf1253431b6576e211689a0ad7d30b72
Parents: 6b2ff3c 055ff17
Author: Wei Wang <wa...@gmail.com>
Authored: Fri Aug 12 10:40:18 2016 +0800
Committer: Wei Wang <wa...@gmail.com>
Committed: Fri Aug 12 10:57:32 2016 +0800

----------------------------------------------------------------------
 CMakeLists.txt                     |  2 +-
 examples/cifar10/train.py          |  2 +-
 examples/cifar10/vgg.py            | 16 ++++++++--------
 src/model/layer/cudnn_batchnorm.cc | 16 ++++++++--------
 test/singa/test_cudnn_batchnorm.cc | 22 ++++++++--------------
 5 files changed, 26 insertions(+), 32 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/94ffe55d/CMakeLists.txt
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/94ffe55d/examples/cifar10/train.py
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/94ffe55d/examples/cifar10/vgg.py
----------------------------------------------------------------------