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/02 18:00:43 UTC

[incubator-mxnet] branch v1.5.x updated (cdb7b72 -> 360f8d0)

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 cdb7b72  Fix mkldnn backend when using naive engine (#15089)
     add 6118dcc  Add gluonCV to fix AMP Tutorial (#15039)
     add 52f77c9  [clojure] fix: image test does not rely on s3 to run (#15122)
     add 360f8d0  [BUGFIX] fix unknown parameter shapes when np_shape is turned on. (#15097)

No new revisions were added by this update.

Summary of changes:
 ci/docker/install/ubuntu_tutorials.sh              |  4 +--
 .../test/org/apache/clojure_mxnet/image_test.clj   | 34 +++++++++++++---------
 python/mxnet/gluon/parameter.py                    | 22 +++++++++++---
 python/mxnet/gluon/utils.py                        | 18 ++++++++++++
 python/mxnet/util.py                               |  4 +++
 tests/python/unittest/test_gluon.py                | 16 ++++++++++
 6 files changed, 79 insertions(+), 19 deletions(-)