commit | 8a2d75078d9cc98afff0071c0dba3e8fc5532d01 | [log] [tgz] |
---|---|---|
author | Junru Shao <junrushao1994@gmail.com> | Thu Oct 10 15:27:57 2019 -0700 |
committer | Junru Shao <junrushao1994@gmail.com> | Wed Oct 16 00:51:38 2019 -0700 |
tree | 6a142c089b27bd30e3ac622761cd62790f9b4fe7 | |
parent | fca9c924cd9699f1e265422afa53e194c2570e79 [diff] |
[IR-Bridge] Operator Attributes (#16421) * [IR-Patch] IR Bridge (#16290) * ir converter Add license Missed something lint lintlintlint * Restore cryptic part of CachedOp * Update Makefile * try again for libtvm.so... * try again * try once once again * let's try to fix julia's issue first * Remove AsText which is not an exposed symbol * try to bypass amalgamation * try again * boy try this * blacklist tvm to amalgamation.py * Attributes * [IR-Bridge] Support attrs for operators: convolution, batch norm, relu (#16351) * Rebased * Trigger CI * ... * Trigger CI * Trigger CI * Trigger CI * ... * ... * ... * Trigger CI * Trigger CI * Trigger CI * Trigger CI * ... * ... * restore? * style
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.