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/08 05:13:22 UTC

[incubator-mxnet] branch v1.5.x updated (bcff498 -> c5874dd)

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 bcff498  reenable two unit tests (#15116)
     add 745a41c  [MXNET-1416] Fix inception inference example for potential index out of range error. (#15179)
     add c5874dd  [BUGFIX] Fix a bug in Auto Function. (#15184)

No new revisions were added by this update.

Summary of changes:
 .../example/inference/inception_inference.cpp       |  4 +---
 cpp-package/include/mxnet-cpp/ndarray.h             |  6 ++++++
 cpp-package/include/mxnet-cpp/ndarray.hpp           | 13 ++++++++++++-
 python/mxnet/autograd.py                            |  3 +--
 tests/python/unittest/test_autograd.py              | 21 +++++++++++++++++++++
 5 files changed, 41 insertions(+), 6 deletions(-)