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 2021/08/09 16:33:45 UTC

[incubator-mxnet] branch master updated (718a860 -> dba682a)

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

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


    from 718a860  [Master] Auto-formatter to keep the same coding style  (#20472)
     add dba682a  [DOC][v2.0] Part1: Link Check (#20487)

No new revisions were added by this update.

Summary of changes:
 docs/python_docs/python/Makefile                                    | 2 +-
 docs/python_docs/python/tutorials/deploy/export/onnx.md             | 2 +-
 .../getting-started/gluon_from_experiment_to_deployment.md          | 2 +-
 .../python/tutorials/packages/gluon/blocks/custom-layer.md          | 6 +++---
 .../python/tutorials/packages/gluon/blocks/save_load_params.md      | 5 -----
 docs/python_docs/python/tutorials/packages/gluon/loss/loss.md       | 2 +-
 docs/python_docs/python/tutorials/packages/gluon/text/gnmt.rst      | 2 +-
 .../python/tutorials/packages/gluon/training/fit_api_tutorial.md    | 4 ++--
 .../python/tutorials/packages/gluon/training/normalization/index.md | 2 +-
 docs/python_docs/python/tutorials/performance/backend/profiler.md   | 4 ++--
 python/mxnet/numpy/fallback.py                                      | 6 ++++++
 python/mxnet/onnx/mx2onnx/_export_model.py                          | 2 +-
 src/io/iter_mnist.cc                                                | 6 +-----
 src/operator/svm_output.cc                                          | 2 +-
 src/operator/tensor/matrix_op.cc                                    | 4 ++--
 15 files changed, 24 insertions(+), 27 deletions(-)