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

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


    from d4bd7cf  fix atol for test_preloaded_multi_sgd (#16356)
     add 13dcedd  initial commit lamb optimizer
     add 52f8c9b  fixing base lamb optimizer
     add e007dcd  adding API doc for Lamb Phase 1 and 2

No new revisions were added by this update.

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

Reply via email to