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/09/25 01:51:50 UTC

[incubator-singa] branch master updated (e31f0f5 -> a44f854)

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 e31f0f5  Merge pull request #529 from moazreyad/SINGA-484
     new 221d0ce  fix some lgtm alert
     new 48836ce  SINGA-491 Code Cleaning with LGTM
     new a44f854  Merge pull request #536 from chrishkchris/SINGA-491

The 1405 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:
 examples/autograd/mnist_cnn.py       |  5 -----
 examples/autograd/resnet.py          | 31 ++++++++++++++-----------------
 examples/autograd/resnet_dist.py     | 12 ++++++------
 examples/autograd/xceptionnet.py     |  6 ++----
 examples/imagenet/googlenet/serve.py |  4 +---
 examples/imagenet/resnet/model.py    |  6 +++---
 examples/mnist/train.py              |  1 -
 python/singa/autograd.py             | 19 +++++--------------
 python/singa/image_tool.py           |  8 ++++----
 python/singa/optimizer.py            |  2 --
 python/singa/sonnx.py                |  6 ++----
 python/singa/tensor.py               |  8 +++-----
 src/core/tensor/tensor_math_cpp.h    |  6 +++---
 src/model/layer/convolution.cc       |  2 +-
 tool/opencl/clsrc_to_str.py          |  2 +-
 15 files changed, 45 insertions(+), 73 deletions(-)