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:27:10 UTC

[incubator-mxnet] annotated tag 1.5.0.rc1 updated (e83e110 -> 820a6de)

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

zhasheng pushed a change to annotated tag 1.5.0.rc1
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


*** WARNING: tag 1.5.0.rc1 was modified! ***

    from e83e110  (tag)
      to 820a6de  (tag)
 tagging 4d9667121ae6fb643f2a02ab15e25231ed756cde (commit)
 replaces v0.9.2
      by Sheng Zha
      on Wed Jun 19 21:26:31 2019 -0700

- Log -----------------------------------------------------------------
1.5.0.rc1
-----------------------------------------------------------------------

    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