You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by th...@apache.org on 2019/12/13 22:39:43 UTC

[incubator-mxnet] branch master updated (c99a110 -> 3b911cf)

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

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


    from c99a110  Add my key to KEYS (#17060)
     add 3b911cf  Website edits (#17050)

No new revisions were added by this update.

Summary of changes:
 .../autograd_images}/autograd_control_flow.png     | Bin
 .../autograd_control_flow_grad.png                 | Bin
 .../autograd_images}/autograd_forward_backward.png | Bin
 .../autograd_images}/autograd_grad_req.mp4         | Bin
 .../autograd_images}/autograd_gradient.png         | Bin
 .../autograd_images}/autograd_graph.mp4            | Bin
 .../autograd_images}/autograd_head_grad.mp4        | Bin
 docs/python_docs/python/tutorials/deploy/index.rst |   3 +-
 .../python/tutorials/packages/autograd/index.md    |  14 +-
 .../packages/gluon/data/data_augmentation.md       | 235 +++++++++++++++
 .../tutorials/packages/gluon/data/datasets.md      | 333 +++++++++++++++++++++
 .../mkldnn => packages/gluon/data}/index.rst       |  20 +-
 .../python/tutorials/packages/gluon/index.rst      |   8 +-
 .../python/tutorials/packages/index.rst            |   2 +-
 .../python/tutorials/performance/index.rst         |   2 +-
 .../src/_includes/get_started/macos/perl/perl.md   |   2 +-
 .../macos/python/cpu/build-from-source.md          |   2 +-
 17 files changed, 592 insertions(+), 29 deletions(-)
 rename docs/python_docs/{python/tutorials/packages/autograd/_static => _static/autograd_images}/autograd_control_flow.png (100%)
 rename docs/python_docs/{python/tutorials/packages/autograd/_static => _static/autograd_images}/autograd_control_flow_grad.png (100%)
 rename docs/python_docs/{python/tutorials/packages/autograd/_static => _static/autograd_images}/autograd_forward_backward.png (100%)
 rename docs/python_docs/{python/tutorials/packages/autograd/_static => _static/autograd_images}/autograd_grad_req.mp4 (100%)
 rename docs/python_docs/{python/tutorials/packages/autograd/_static => _static/autograd_images}/autograd_gradient.png (100%)
 rename docs/python_docs/{python/tutorials/packages/autograd/_static => _static/autograd_images}/autograd_graph.mp4 (100%)
 rename docs/python_docs/{python/tutorials/packages/autograd/_static => _static/autograd_images}/autograd_head_grad.mp4 (100%)
 create mode 100644 docs/python_docs/python/tutorials/packages/gluon/data/data_augmentation.md
 create mode 100644 docs/python_docs/python/tutorials/packages/gluon/data/datasets.md
 copy docs/python_docs/python/tutorials/{performance/backend/mkldnn => packages/gluon/data}/index.rst (71%)