You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by pt...@apache.org on 2019/10/15 16:07:51 UTC

[incubator-mxnet] branch master updated (f9359c3 -> 67e1e68)

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

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


    from f9359c3  Fix flakey pylint CI failures (#16462)
     add 67e1e68  Aggregated zero grad (#16446)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/gluon/parameter.py                    | 21 ++++-
 src/operator/contrib/reset_arrays-inl.h            | 92 ++++++++++++++++++++++
 src/operator/contrib/reset_arrays.cc               | 74 +++++++++++++++++
 .../contrib/{multi_lars.cu => reset_arrays.cu}     | 18 +++--
 tests/python/unittest/test_gluon.py                | 66 +++++++++++++---
 5 files changed, 252 insertions(+), 19 deletions(-)
 create mode 100644 src/operator/contrib/reset_arrays-inl.h
 create mode 100644 src/operator/contrib/reset_arrays.cc
 copy src/operator/contrib/{multi_lars.cu => reset_arrays.cu} (69%)