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 2019/06/20 04:26:44 UTC

[incubator-mxnet] branch v1.5.x updated (ccbbf6b -> 4d96671)

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

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


    from ccbbf6b  Fix java install docs (#15250)
     add 6f60b9b  fix span issue on tutorial index (#15279)
     add eb48370  Added transform tutorial (#15114)
     add 145f82d  Updating SymbolBlock.imports to support different dtypes (#15230)
     add 4d96671  fixing var-seq-len rnn backward() operator (#15278)

No new revisions were added by this update.

Summary of changes:
 docs/tutorials/gluon/transforms.md  | 173 ++++++++++++++++++++++++++++++++++++
 docs/tutorials/index.md             |   6 +-
 python/mxnet/gluon/block.py         |  30 +++++--
 python/mxnet/gluon/parameter.py     |  56 +++++++++---
 src/operator/rnn-inl.h              |  18 +++-
 tests/python/gpu/test_gluon_gpu.py  |  58 +++++++-----
 tests/python/unittest/test_gluon.py |  62 ++++++++++---
 tests/tutorials/test_tutorials.py   |   3 +
 8 files changed, 349 insertions(+), 57 deletions(-)
 create mode 100644 docs/tutorials/gluon/transforms.md