You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2019/06/06 21:49:24 UTC

[incubator-mxnet] branch v1.5.x updated (3ebd873 -> 3f4f3d5)

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

zhasheng pushed a change to branch v1.5.x
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


    from 3ebd873  rat check make target (#15127)
     add a37cd7a  [MXNET-1405] tests for large tensor support for Softmax operator (#15042)
     add 75feade  [Flaky Test] Bump up bilinear_resize  (#15129)
     add 28c528e  [clojure] clojurify function names in image.clj namespace (#15121)
     add 134a3e8  fix nightly (#15141)
     add 910583e  fix misspell (#15149)
     add c474f5f  Update env_var.md (#15153)
     add 3f4f3d5  fix kvstore nightly failure (#15156)

No new revisions were added by this update.

Summary of changes:
 .../src/org/apache/clojure_mxnet/image.clj         | 116 +++++++++++++++++++--
 .../test/org/apache/clojure_mxnet/image_test.clj   |  63 +++++++----
 docs/faq/env_var.md                                |   2 +-
 docs/tutorials/python/kvstore.md                   |  11 +-
 python/mxnet/profiler.py                           |   2 +-
 tests/nightly/JenkinsfileForBinaries               |   9 +-
 tests/nightly/test_large_array.py                  |   7 ++
 tests/python/unittest/test_operator.py             |   4 +-
 8 files changed, 170 insertions(+), 44 deletions(-)