You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by sk...@apache.org on 2018/09/11 05:15:25 UTC

[incubator-mxnet] branch master updated (9ec4879 -> 597a637)

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

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


    from 9ec4879  Temporarily disable flaky tests (#12513)
     add 597a637  Change the way NDArrayIter handle the last batch (#12285)

No new revisions were added by this update.

Summary of changes:
 CONTRIBUTORS.md                      |   1 +
 python/mxnet/{rnn => io}/__init__.py |  14 +-
 python/mxnet/{ => io}/io.py          | 280 ++++++++++++++++++-----------------
 python/mxnet/io/utils.py             |  86 +++++++++++
 tests/python/unittest/test_io.py     | 122 ++++++++-------
 5 files changed, 306 insertions(+), 197 deletions(-)
 copy python/mxnet/{rnn => io}/__init__.py (83%)
 rename python/mxnet/{ => io}/io.py (82%)
 create mode 100644 python/mxnet/io/utils.py