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

[incubator-mxnet] branch master updated (27f7082 -> 73bff7d)

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

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


    from 27f7082  Fix learning rate scheduler being unexpectedly overwritten by optimizer's default value (#16487)
     add 73bff7d  adding large tensor support for add_n and tests for more ops (#16476)

No new revisions were added by this update.

Summary of changes:
 src/operator/tensor/elemwise_sum.h |  8 +++---
 tests/nightly/test_large_array.py  | 54 ++++++++++++++++++++++++++++++++++++++
 tests/nightly/test_large_vector.py | 54 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 112 insertions(+), 4 deletions(-)