You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by aa...@apache.org on 2019/10/17 21:03:30 UTC

[incubator-mxnet] branch master updated (bf57ff8 -> de524bb)

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

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


    from bf57ff8  added more tests to verify support for large vector (#16477)
     add de524bb  Fixing broken links (#16500)

No new revisions were added by this update.

Summary of changes:
 .../python/tutorials/deploy/export/onnx.md         |   4 +-
 .../python/tutorials/deploy/run-on-aws/cloud.md    |  29 ++++++
 .../python/tutorials/deploy/run-on-aws/cloud.rst   | 105 ---------------------
 .../python/tutorials/deploy/run-on-aws/index.rst   |   2 +-
 .../gluon_from_experiment_to_deployment.md         |   4 +-
 .../tutorials/getting-started/to-mxnet/index.rst   |   2 +-
 .../python/tutorials/packages/autograd/index.md    |  10 +-
 .../gluon/blocks/custom_layer_beginners.md         |  30 +++---
 .../tutorials/packages/gluon/blocks/hybridize.md   |  12 +--
 .../python/tutorials/packages/gluon/blocks/init.md |  12 +--
 .../python/tutorials/packages/gluon/blocks/nn.md   |  24 ++---
 .../tutorials/packages/gluon/blocks/parameters.md  |  20 ++--
 .../packages/gluon/image/image-augmentation.md     |  20 ++--
 .../packages/gluon/image/pretrained_models.md      |  14 +--
 .../python/tutorials/packages/gluon/index.rst      |  12 ++-
 .../tutorials/packages/gluon/loss/custom-loss.md   |  28 +++---
 .../python/tutorials/packages/gluon/loss/loss.md   |  52 +++++-----
 .../packages/gluon/training/fit_api_tutorial.md    |  68 +++++++------
 .../learning_rates/learning_rate_finder.md         |  18 ++--
 .../learning_rate_schedules_advanced.md            |  22 ++---
 .../tutorials/packages/gluon/training/trainer.md   |  24 ++---
 .../python/tutorials/packages/kvstore/index.rst    |   7 +-
 .../python/tutorials/packages/kvstore/kvstore.md   |   4 +-
 .../tutorials/packages/ndarray/01-ndarray-intro.md |  14 +--
 .../packages/ndarray/02-ndarray-operations.md      |  39 ++++----
 .../packages/ndarray/03-ndarray-contexts.md        |   4 +-
 .../packages/ndarray/gotchas_numpy_in_mxnet.md     |  38 ++++----
 .../packages/ndarray/sparse/row_sparse.md          |  28 +++---
 .../tutorials/packages/onnx/fine_tuning_gluon.md   |  12 +--
 .../packages/onnx/inference_on_onnx_model.md       |   2 +-
 .../tutorials/packages/onnx/super_resolution.md    |   4 +-
 .../src/pages/api/faq/distributed_training.md      |   4 +-
 .../docs/tutorials/five_minutes_neural_network.md  |   2 +-
 33 files changed, 290 insertions(+), 380 deletions(-)
 create mode 100644 docs/python_docs/python/tutorials/deploy/run-on-aws/cloud.md
 delete mode 100644 docs/python_docs/python/tutorials/deploy/run-on-aws/cloud.rst