You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ap...@apache.org on 2019/05/28 17:42:56 UTC

[incubator-mxnet] branch master updated (bbab527 -> 8a9dd72)

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

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


    from bbab527  NER example: fix divisions by zero (#15068)
     add 8a9dd72  [MXNET-978] Support higher order gradient for `log`. (#14992)

No new revisions were added by this update.

Summary of changes:
 src/operator/tensor/elemwise_unary_op_basic.cc  | 66 +++++++++++++++++++-
 tests/python/unittest/test_higher_order_grad.py | 80 +++++++++++++++++++++++++
 2 files changed, 143 insertions(+), 3 deletions(-)
 create mode 100644 tests/python/unittest/test_higher_order_grad.py