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 18:16:15 UTC

[incubator-mxnet] branch v1.6.x updated (c973f01 -> ff27b4b)

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

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


    from c973f01  Backport #16895, #16922, #16878, #16979 and #16900 to 1.6 (#17029)
     add c7d484e  Lamb optimizer update (#16715)
     add ff27b4b  [OP] changing data type of 't' to int in lamb_update_phase1 (#16903)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/optimizer/optimizer.py     |  52 ++++++++-
 src/operator/optimizer_op-inl.h         | 188 ++++++++++++++++++++++++++++++++
 src/operator/optimizer_op.cc            |  81 ++++++++++++++
 src/operator/optimizer_op.cu            |   7 ++
 tests/python/unittest/test_optimizer.py |  73 +++++++++++++
 5 files changed, 399 insertions(+), 2 deletions(-)