You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by sx...@apache.org on 2020/07/28 05:07:51 UTC

[incubator-mxnet] branch master updated (74430a9 -> a807f6d)

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

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


    from 74430a9  remove NLL in metric (#18794)
     add a807f6d  [NumPy] loss for np array (#17196)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/gluon/loss.py                         | 251 +++++++++++++--------
 src/operator/nn/ctc_loss.cc                        |   1 +
 src/operator/nn/ctc_loss.cu                        |   1 +
 src/operator/tensor/broadcast_reduce_norm_value.cc |   1 +
 tests/python/gpu/test_gluon_gpu.py                 |   1 +
 tests/python/unittest/test_loss.py                 |  28 +--
 .../unittest/{test_loss.py => test_numpy_loss.py}  | 157 +++++++------
 tests/python/unittest/test_numpy_op.py             | 136 +++++------
 8 files changed, 326 insertions(+), 250 deletions(-)
 copy tests/python/unittest/{test_loss.py => test_numpy_loss.py} (55%)