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/10/15 19:02:32 UTC

[incubator-mxnet] branch master updated (67e1e68 -> b1932c0)

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

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


    from 67e1e68  Aggregated zero grad (#16446)
     add b1932c0  Move MRCNNMaskTarget op to contrib (#16486)

No new revisions were added by this update.

Summary of changes:
 ...{mrcnn_target-inl.h => mrcnn_mask_target-inl.h} | 44 ++++++++--------
 .../{mrcnn_target.cu => mrcnn_mask_target.cu}      | 56 ++++++++++-----------
 tests/python/unittest/test_contrib_operator.py     | 58 ++++++++++++++++++++++
 tests/python/unittest/test_operator.py             | 57 ---------------------
 4 files changed, 108 insertions(+), 107 deletions(-)
 rename src/operator/contrib/{mrcnn_target-inl.h => mrcnn_mask_target-inl.h} (70%)
 rename src/operator/contrib/{mrcnn_target.cu => mrcnn_mask_target.cu} (83%)