You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ha...@apache.org on 2019/12/05 22:04:06 UTC

[incubator-mxnet] branch master updated (b5ee43e -> 10903e8)

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

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


    from b5ee43e  add aligned roi introduced in Detectron2 (#16619)
     add 10903e8  Fix ndarray indexing bug (#16895)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/ndarray/ndarray.py             | 42 +++++++++----------
 src/ndarray/ndarray.cc                      | 10 ++++-
 tests/python/unittest/test_ndarray.py       | 16 ++++++++
 tests/python/unittest/test_numpy_ndarray.py | 63 ++++++++++++++++++-----------
 4 files changed, 85 insertions(+), 46 deletions(-)