You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by an...@apache.org on 2019/05/30 22:14:25 UTC

[incubator-mxnet] branch master updated (6b8e107 -> 50495d7)

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

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


    from 6b8e107  fix the if condition for LayerNorm (#15094)
     add 50495d7  NAG Optimizer with multi-precision support (#14568)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/optimizer/optimizer.py     |  58 ++++++++----
 src/operator/optimizer_op-inl.h         | 163 +++++++++++++++++++++++++++++++-
 src/operator/optimizer_op.cc            |  57 ++++++++++-
 src/operator/optimizer_op.cu            |   6 ++
 tests/python/unittest/test_optimizer.py |  28 ++----
 5 files changed, 275 insertions(+), 37 deletions(-)