You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ha...@apache.org on 2019/09/08 03:53:58 UTC

[incubator-mxnet] branch master updated (3ff1d87 -> 27a9782)

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

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


    from 3ff1d87  Fixes openblas installation for static build
     add 27a9782  [Dataset] Add take, filter, sample API to dataset (#16078)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/gluon/data/dataset.py       | 89 ++++++++++++++++++++++++++++++++
 python/mxnet/gluon/data/sampler.py       | 23 ++++++++-
 tests/python/unittest/test_gluon_data.py | 39 ++++++++++++++
 3 files changed, 150 insertions(+), 1 deletion(-)