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 2019/07/03 14:05:10 UTC

[incubator-singa] branch master updated (f5ddb14 -> 80c4e44)

This is an automated email from the ASF dual-hosted git repository.

wangwei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-singa.git.


    from f5ddb14  Merge pull request #474 from nudles/master
     new b99aaa9  fixed separable conv2d ref. SINGA-463
     new 77b8037  SINGA-463 fixed python test operation batchnorm2d
     new eb7a111  SINGA-463 fixed python test operation conv2d gpu
     new 7fe2a70  SINGA-463 delayed empty bias tensor creation for cpp
     new 80c4e44  Merge pull request #475 from dcslin/SINGA-463

The 1192 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 python/singa/autograd.py           | 23 ++++++++++++++++-------
 src/model/operation/convolution.cc |  3 ++-
 src/model/operation/convolution.h  |  1 +
 test/python/test_operation.py      | 23 +++++++++++++----------
 4 files changed, 32 insertions(+), 18 deletions(-)