This is an automated email from the ASF dual-hosted git repository.
reminisce pushed a change to branch numpy
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
omit e2982fe Temporarily disable test_amp
omit 3cd4209 Change np_compat to np_shape
omit ad8d2e0 [numpy] Refactor np module (example runs through) (#15055)
omit 1aa81f9 [numpy] Refactor np modules (#14989)
omit da58e6b [numpy] Some np ops for d2l (#14924)
omit 1a204ca numpy-compatible mean (#14859)
omit 3923709 [numpy] Numpy dot (#14831)
omit c9049a9 Enable np op compat check with name prefix (#14897)
omit 2b52be4 [numpy] Infra for supporting numpy ops in imperative mode and
Gluon APIs (#14758)
omit 4b30173 [Do not review] [Do not merge] New numpy-compatible sum
(#14739)
add bbab527 NER example: fix divisions by zero (#15068)
add 8a9dd72 [MXNET-978] Support higher order gradient for `log`. (#14992)
add 5fc4fc5 [MXNET] Updated http://data.dmlc.ml/ links to
http://data.mxnet.io/ (#15065)
add 6543488 Revert "Improve FC perf when no_bias=False (#15033)" (#15099)
add 9c5b88f [MKLDNN]Fix mkldnn deconvolution forward with bias (#15088)
add e9a5a0a Change mx.test_utils.list_gpus to mx.context.num_gpus where
possible (#14946)
new 58332ce [Do not review] [Do not merge] New numpy-compatible sum
(#14739)
new f1a3b36 [numpy] Infra for supporting numpy ops in imperative mode and
Gluon APIs (#14758)
new e365646 Enable np op compat check with name prefix (#14897)
new 5f3e712 [numpy] Numpy dot (#14831)
new 69a4637 numpy-compatible mean (#14859)
new 543c38a [numpy] Some np ops for d2l (#14924)
new 600a544 [numpy] Refactor np modules (#14989)
new cc5038f [numpy] Refactor np module (example runs through) (#15055)
new 0282932 Change np_compat to np_shape
new 7b6d8fa Temporarily disable test_amp
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (e2982fe)
\
N -- N -- N refs/heads/numpy (7b6d8fa)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/model_zoo/index.md | 16 ++---
docs/tutorials/gluon/datasets.md | 2 +-
docs/tutorials/gluon/info_gan.md | 2 +-
docs/tutorials/gluon/learning_rate_finder.md | 2 +-
docs/tutorials/gluon/learning_rate_schedules.md | 2 +-
docs/tutorials/gluon/save_load_params.md | 2 +-
docs/tutorials/nlp/cnn.md | 2 +-
docs/tutorials/python/kvstore.md | 8 +--
docs/tutorials/python/mnist.md | 2 +-
docs/tutorials/python/profiler.md | 2 +-
docs/tutorials/unsupervised_learning/gan.md | 2 +-
example/adversary/adversary_generation.ipynb | 2 +-
.../autoencoder/convolutional_autoencoder.ipynb | 2 +-
example/bi-lstm-sort/bi-lstm-sort.ipynb | 2 +-
.../distributed_training-horovod/gluon_mnist.py | 2 +-
.../distributed_training-horovod/module_mnist.py | 2 +-
example/image-classification/test_score.py | 9 ++-
example/multi-task/multi-task-learning.ipynb | 2 +-
example/named_entity_recognition/src/metrics.py | 9 ++-
example/rcnn/README.md | 4 +-
example/recommenders/demo2-dssm.ipynb | 2 +-
example/svm_mnist/svm_mnist.py | 4 +-
python/mxnet/gluon/contrib/nn/basic_layers.py | 4 +-
src/operator/nn/fully_connected-inl.h | 14 +---
src/operator/nn/fully_connected.cc | 2 +
src/operator/nn/mkldnn/mkldnn_deconvolution.cc | 7 +-
src/operator/tensor/elemwise_unary_op_basic.cc | 66 +++++++++++++++++-
tests/python/gpu/test_nccl.py | 2 +-
tests/python/profiling/test_nvtx.py | 2 +-
tests/python/unittest/test_higher_order_grad.py | 80 ++++++++++++++++++++++
tests/python/unittest/test_operator.py | 43 ++++++------
tools/caffe_converter/test_converter.py | 6 +-
32 files changed, 222 insertions(+), 86 deletions(-)
create mode 100644 tests/python/unittest/test_higher_order_grad.py