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

[incubator-mxnet] branch master updated (3c4a97d -> 3a50ae0)

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

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


    from 3c4a97d  Fix github status context if running inside a folder (#13350)
     add 3a50ae0  Fix sphinx docstring warnings. (#13315)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/contrib/io.py                            |  4 ++--
 python/mxnet/contrib/svrg_optimization/svrg_module.py | 16 ++++++++--------
 python/mxnet/contrib/text/embedding.py                |  6 ++++--
 python/mxnet/gluon/data/vision/datasets.py            | 19 ++++++++++---------
 python/mxnet/image/image.py                           |  4 ++--
 python/mxnet/optimizer/optimizer.py                   |  3 ++-
 python/mxnet/rnn/rnn_cell.py                          |  3 ++-
 python/mxnet/symbol/contrib.py                        | 18 +++++++++---------
 python/mxnet/torch.py                                 |  2 +-
 src/operator/contrib/adaptive_avg_pooling.cc          |  4 ++--
 10 files changed, 42 insertions(+), 37 deletions(-)