You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by la...@apache.org on 2020/04/10 17:52:09 UTC

[incubator-mxnet] branch master updated (2be2027 -> 249b9a1)

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

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


    from 2be2027  Add instructions on distributed MXNet with Horovod on Kubernetes (#17974)
     add 249b9a1  Fix cudnn Dropout reproducibility (#17547)

No new revisions were added by this update.

Summary of changes:
 3rdparty/mshadow/mshadow/random.h      | 15 ++++++++++++---
 include/mxnet/resource.h               |  2 +-
 src/operator/nn/dropout-inl.h          | 11 ++++++++---
 src/operator/nn/dropout.cc             |  1 +
 src/operator/rnn-inl.h                 |  9 +++++++--
 src/operator/rnn.cc                    |  1 +
 src/resource.cc                        |  4 ++--
 tests/python/unittest/test_operator.py | 30 ++++++++++++++++++++++++++++++
 8 files changed, 62 insertions(+), 11 deletions(-)