You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by sk...@apache.org on 2018/12/28 20:43:00 UTC

[incubator-mxnet] branch master updated (116d01e -> be3d945)

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

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


    from 116d01e  AdamW operator (Fixing Weight Decay Regularization in Adam) (#13728)
     add be3d945  ONNX import/export: Add missing tests, ONNX export: LogSoftMax (#13654)

No new revisions were added by this update.

Summary of changes:
 .../mxnet/contrib/onnx/mx2onnx/_op_translations.py | 29 ++++++++++++++++++---
 python/mxnet/contrib/onnx/mx2onnx/export_onnx.py   |  2 +-
 tests/python-pytest/onnx/backend_rep.py            | 17 ++++++++----
 tests/python-pytest/onnx/test_cases.py             | 30 +++++++++++-----------
 4 files changed, 54 insertions(+), 24 deletions(-)