You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by cm...@apache.org on 2018/11/16 20:50:10 UTC

[incubator-mxnet] branch master updated (be5bac3 -> 20a23ef)

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

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


    from be5bac3  Fix Sphinx errors (#13252)
     add 20a23ef  Sphinx errors in Gluon (#13275)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/autograd.py                      |  6 ++++--
 python/mxnet/gluon/block.py                   |  6 ++----
 python/mxnet/gluon/contrib/nn/basic_layers.py |  4 ++--
 python/mxnet/gluon/contrib/rnn/rnn_cell.py    | 13 +++++++++----
 python/mxnet/gluon/data/vision/datasets.py    | 18 ++++++------------
 python/mxnet/gluon/loss.py                    |  2 +-
 python/mxnet/gluon/nn/basic_layers.py         |  2 +-
 python/mxnet/gluon/parameter.py               |  2 +-
 python/mxnet/test_utils.py                    |  8 +++++---
 9 files changed, 31 insertions(+), 30 deletions(-)