You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2020/12/23 23:09:13 UTC

[incubator-mxnet] branch v1.x updated (11f29d4 -> bf2f671)

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

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


    from 11f29d4  Update LICENSE (#19704)
     add bf2f671  [v1.x] Add more CV models to onnxruntime inference test, add bert model test. (#19697)

No new revisions were added by this update.

Summary of changes:
 ci/docker/install/ubuntu_onnx.sh             |   2 +-
 tests/python-pytest/onnx/common.py           | 100 ++++++++++++++++++++++++++
 tests/python-pytest/onnx/test_onnxruntime.py | 102 +++++++++++++++++++++------
 3 files changed, 182 insertions(+), 22 deletions(-)
 create mode 100644 tests/python-pytest/onnx/common.py