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 6c678fd Merge pull request #468 from xuewanqi/dist_new
new c36faf4 SINGA-487 Modified the Distributed Module to be compatiable
with Python Multiprocessing
new 7277777 SINGA-487 Update Distributed Module Examples
new 872eb6c Merge pull request #532 from chrishkchris/SINGA-487
The 1387 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 | 26 ++---
examples/autograd/mnist_dist.py | 7 +-
.../{mnist_dist.py => mnist_multiprocess.py} | 15 ++-
include/singa/io/communicator.h | 21 ++--
python/singa/opt.py | 16 ++--
src/api/dist_communicator.i | 11 ++-
src/io/communicator.cc | 106 ++++++++++-----------
7 files changed, 114 insertions(+), 88 deletions(-)
copy examples/autograd/{mnist_dist.py => mnist_multiprocess.py} (75%)