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/17 16:27:51 UTC

[incubator-mxnet] branch master updated (c6a97e2 -> 61c3b48)

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

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


    from c6a97e2  [CI] Move link check from jenkins to github action (#20526)
     add 61c3b48  [DOC][v2.0] Part3: Evaluate Notebooks (#20490)

No new revisions were added by this update.

Summary of changes:
 ci/docker/runtime_functions.sh                     |   3 +-
 ci/jenkins/Jenkins_steps.groovy                    |   6 +-
 ci/jenkins/Jenkinsfile_website_beta                |   6 +-
 ci/jenkins/Jenkinsfile_website_full                |   5 +-
 ci/jenkins/Jenkinsfile_website_full_pr             |   7 +-
 ci/jenkins/Jenkinsfile_website_nightly             |   7 +-
 ci/jenkins/Jenkinsfile_website_python_docs         |   6 +-
 ci/jenkins/Jenkinsfile_website_version_artifacts   |   5 +-
 docs/python_docs/python/scripts/md2ipynb.py        |  19 +++-
 .../python/tutorials/deploy/export/onnx.md         |  48 +++++-----
 .../inference/image_classification_jetson.md       |  19 ++--
 .../python/tutorials/extend/customop.md            |   7 +-
 .../getting-started/crash-course/2-create-nn.md    |  15 ++-
 .../getting-started/crash-course/4-components.md   |   4 +-
 .../getting-started/crash-course/5-datasets.md     |  18 ++--
 .../getting-started/crash-course/6-train-nn.md     |  14 +--
 .../getting-started/crash-course/7-use-gpus.md     |  21 +++--
 .../gluon_from_experiment_to_deployment.md         |  12 +--
 .../logistic_regression_explained.md               |  26 +++---
 .../tutorials/getting-started/to-mxnet/pytorch.md  |  14 +--
 .../python/tutorials/packages/autograd/index.md    |  42 ++++-----
 .../gluon/blocks/activations/activations.md        |   4 +-
 .../packages/gluon/blocks/custom-layer.md          |   2 +-
 .../tutorials/packages/gluon/blocks/hybridize.md   |   4 +-
 .../python/tutorials/packages/gluon/blocks/init.md |  18 ++--
 .../tutorials/packages/gluon/blocks/naming.md      |  27 +++---
 .../python/tutorials/packages/gluon/blocks/nn.md   |  31 ++++---
 .../tutorials/packages/gluon/blocks/parameters.md  |  27 +++---
 .../packages/gluon/blocks/save_load_params.md      |  19 ++--
 .../tutorials/packages/gluon/data/datasets.md      |  40 ++++----
 .../tutorials/packages/gluon/image/info_gan.md     | 103 +++++++++------------
 .../python/tutorials/packages/gluon/image/mnist.md |  96 ++++++++-----------
 .../tutorials/packages/gluon/loss/custom-loss.md   |  12 +--
 .../tutorials/packages/gluon/loss/kl_divergence.md |  36 +++----
 .../python/tutorials/packages/gluon/loss/loss.md   |  44 ++++-----
 .../packages/gluon/training/fit_api_tutorial.md    |  10 +-
 .../learning_rates/learning_rate_finder.md         |   4 +-
 .../learning_rates/learning_rate_schedules.md      |   4 +-
 .../packages/gluon/training/normalization/index.md |  23 +++--
 .../tutorials/packages/gluon/training/trainer.md   |   6 +-
 .../python/tutorials/packages/kvstore/kvstore.md   |  20 ++--
 .../python/tutorials/packages/np/cheat-sheet.md    |   2 +-
 .../tutorials/packages/onnx/fine_tuning_gluon.md   |  20 ++--
 .../python/tutorials/packages/optimizer/index.md   |   2 +-
 .../python/tutorials/performance/backend/amp.md    |  10 +-
 .../tutorials/performance/backend/profiler.md      |  14 +--
 46 files changed, 447 insertions(+), 435 deletions(-)