commit | c76593162c2a5e421243dd09a8c3cde044efaa3f | [log] [tgz] |
---|---|---|
author | Chaitanya Prakash Bapat <chai.bapat@gmail.com> | Thu Jul 23 12:17:39 2020 -0700 |
committer | GitHub <noreply@github.com> | Thu Jul 23 12:17:39 2020 -0700 |
tree | e1c723f492d1e136f4235f0bbccacf9f60c10a21 | |
parent | e503704bb13bd1873572cf081a7566416f72b7b8 [diff] |
[v1.6.x][Bug Fixed] Fix batch norm when grad_req is `add` (#18518) (#18714) * [Bug Fixed] Fix batch norm when grad_req is `add` (#18500) * fix batch norm when fix_gamma is True * support gradient accumulation for batch norm * mkldnn batchnorm support grad add * unittest for bn * fix bn arg * fix lint * fix mkldnn * fix mkldnn bn * fix grad when fixing gamma * fix naive gpu bn * fix lint * fix cudnn bn * fix flag * fix lint * fix testcase * fix * use @pytest.mark.parametrize * combination * remove redundant test in batchnorm * npx.batch_norm test * try to fix test * reduce the number of tests for batchnorm * fix * Revert "[Bug Fixed] Fix batch norm when grad_req is `add` (#18500)" This reverts commit 8e32cd6959461290c1698e02466fcc16f61ad237. * [v1.x] backport #18500 - [Bug Fixed] Fix batch norm when grad_req is `add` (#18518) * Fix batch norm when grad_req is * fix * remove softmax test * fix * add copy_size * Fix init method for TestBatchNorm Co-authored-by: JackieWu <wkcn@live.cn>
Master | Docs | License |
---|---|---|
|
Apache MXNet (incubating) is a deep learning framework designed for both efficiency and flexibility. It allows you to mix symbolic and imperative programming to maximize efficiency and productivity. At its core, MXNet contains a dynamic dependency scheduler that automatically parallelizes both symbolic and imperative operations on the fly. A graph optimization layer on top of that makes symbolic execution fast and memory efficient. MXNet is portable and lightweight, scaling effectively to multiple GPUs and multiple machines.
MXNet is more than a deep learning project. It is a collection of blue prints and guidelines for building deep learning systems, and interesting insights of DL systems for hackers.
Licensed under an Apache-2.0 license.
Tianqi Chen, Mu Li, Yutian Li, Min Lin, Naiyan Wang, Minjie Wang, Tianjun Xiao, Bing Xu, Chiyuan Zhang, and Zheng Zhang. MXNet: A Flexible and Efficient Machine Learning Library for Heterogeneous Distributed Systems. In Neural Information Processing Systems, Workshop on Machine Learning Systems, 2015
MXNet emerged from a collaboration by the authors of cxxnet, minerva, and purine2. The project reflects what we have learned from the past projects. MXNet combines aspects of each of these projects to achieve flexibility, speed, and memory efficiency.