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/06/12 23:18:31 UTC

[incubator-mxnet] branch numpy updated (4e1274f -> 4ad56dc)

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

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


    from 4e1274f  Fix (#15188)
     add 4ad56dc  fix for chapter6 conv nn (#15224)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/gluon/data/dataloader.py        | 21 +++++++++++++++++----
 python/mxnet/gluon/data/vision/transforms.py |  1 +
 python/mxnet/gluon/nn/conv_layers.py         | 11 ++++++++++-
 python/mxnet/gluon/utils.py                  |  2 +-
 python/mxnet/numpy/multiarray.py             |  4 ++++
 5 files changed, 33 insertions(+), 6 deletions(-)