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/10 00:53:09 UTC

[incubator-mxnet] branch master updated (986a902 -> 248acfa)

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

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


    from 986a902  introduce  gradient update handler to the  base estimator (#16900)
     add 248acfa  Multi Precision Lamb Update operator (#16885)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/optimizer/optimizer.py     |  59 ++++++++----
 src/operator/optimizer_op-inl.h         | 159 +++++++++++++++++++++++++++++++-
 src/operator/optimizer_op.cc            |  90 +++++++++++++++++-
 src/operator/optimizer_op.cu            |   5 +
 tests/python/gpu/test_operator_gpu.py   |   1 +
 tests/python/unittest/test_optimizer.py |  14 +--
 6 files changed, 304 insertions(+), 24 deletions(-)