https://github.com/dmlc/mxnet
Name Target Message Date
HEAD 7b281b4 Update CD Jenkins config for include/mkldnn/oneapi/dnnl (#19725) 31 December 2020, 00:47:27 UTC
refs/heads/KellenSunderland-patch-1 6feb3b6 Fixed some formatting and typos in CD Readme. 01 November 2019, 19:49:10 UTC
refs/heads/Zha0q1-patch-1 7777225 Update JenkinsfileForBinaries 01 December 2020, 22:45:58 UTC
refs/heads/Zha0q1-patch-2 c8886b0 Update README.md 07 December 2020, 21:40:27 UTC
refs/heads/Zha0q1-patch-3 6db8a54 Update runtime_functions.sh 07 December 2020, 21:43:16 UTC
refs/heads/benchmark cc0c356 squad multi-lamb 29 November 2019, 22:21:15 UTC
refs/heads/conan 08a09ef [MXNET-1229] use OpenBLAS, lapack & OpenCV from conan (#13400) * - use OpenBLAS, lapack & OpenCV from conan Signed-off-by: SSE4 <tomskside@gmail.com> * - add license to the conanfile.py Signed-off-by: SSE4 <tomskside@gmail.com> * - remove lapack (OpenBLAS provides it) * - remove lapack (OpenBLAS provides it) * - remove lapack (OpenBLAS provides it) * - add option for conan * Update CMakeLists.txt 18 July 2019, 18:06:17 UTC
refs/heads/cython 386e4b0 profiler 23 March 2018, 18:09:58 UTC
refs/heads/docs fde4963 [WIP][Dependency Update] Upgrade the libtiff to 4.0.10 (#14623) * upgrade the libtiff to 4.0.10 * retrigger CI * retrigger CI * retrigger CI * Retrigger CI 10 April 2019, 12:01:10 UTC
refs/heads/enable-comment-report f37c145 Revert "Disable optimizations" This reverts commit 8c8d6dcd90383429ba16800ddcc29369e2b7c35a. 25 September 2018, 01:53:19 UTC
refs/heads/ib/autograd-custom-func 9a9d566 wip 27 November 2019, 02:34:45 UTC
refs/heads/ib/jl-cmake-build afe7bee Update julia/deps/build.jl 24 December 2019, 14:51:34 UTC
refs/heads/ir-patch 8a2d750 [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 10 October 2019, 22:27:57 UTC
refs/heads/large_tensor_tests_batch5_clean 9d96f8e reuse vars to reduce mem usage 10 December 2020, 19:17:51 UTC
refs/heads/leezu-patch-1 f9a6369 Fix MKL_USE_STATIC_LIBS=0 and test on one CI pipeline Co-authored-by: Anna Karbownik <anna.karbownik@intel.com>, 01 December 2020, 16:32:28 UTC
refs/heads/leezu-patch-2 c9841a8 BUILD_CYTHON_MODULES=ON by default 08 December 2020, 15:06:42 UTC
refs/heads/leezu-patch-4 1c2dd97 Merge remote-tracking branch 'origin/master' into leezu-patch-4 19 September 2020, 02:43:14 UTC
refs/heads/marcoabreu-patch-3 92a9f87 Update license_header.py 06 September 2020, 12:22:50 UTC
refs/heads/master 7b281b4 Update CD Jenkins config for include/mkldnn/oneapi/dnnl (#19725) 31 December 2020, 00:47:27 UTC
refs/heads/numpy 0e3e048 [Numpy] Random.randn() implemented. (#15903) * numpy randn implemented * tiny style problems fixed * add one extra test case 15 August 2019, 21:30:39 UTC
refs/heads/revert-16790-no_memcpy 7e561a3 Revert "migrate cudaMemcpy to cudaMemcpyAsync+cudaStreamSynchronize (#16790)" This reverts commit 42d3182e5abd2ebbacb45027a08c793d30d46a50. 04 December 2019, 18:07:09 UTC
refs/heads/subgraph 4c1933e [DO NOT REVIEW] Subgraph API (#12104) * Initial commit * Add unit tests * Fix lint * Fix lint * Clean up * Add graph partitiong to Bind * Add property name to graph partitioning c api * Fix unit test gpu context * Address cr * Move subgraph to attrs.subgraphs and fix the example * Fix lint * Add var version unit test * Address cr * Enable unit test that was flaky 14 August 2018, 01:51:25 UTC
refs/heads/v0.10.0-support 0768c0e fix cub (#7079) 17 July 2017, 23:25:49 UTC
refs/heads/v0.11.0 f8f0b8a Remove finalizers from Scala API (#8887) (#9568) * [scala] Remove finalizers for leakable resources Finalizers always run in a separate thread which is not controlled by the user. Since MXNet cannot be safely accessed from multiple threads, this causes memory corruption. It is not safe to use finalizers in this way. This change also adds some leaked object tracing, to allow leaks to be tracked. It's easy to leak objects and despite warnings in the documentation leaks are common (even within the Scala API itself). The leak tracing is activated by a system property, as its runtime cost may be significant. With the system property unset, the *first* leak of a type will be reported (without a trace) as a prompt to the developer to investigate. Co-authored-by: Andre Tamm <tammtamm@amazon.com> * [scala] Fix various resource leaks These leaks were diagnosed with the leak detection added in the previous commit. This is not an exhaustive clean up but it allows predicting with a model from Scala at scale (hundreds of millions of comparisons) without a reported leak, as well as removing the most common errors when training using the Module code. Co-authored-by: Andre Tamm <tammtamm@amazon.com> 26 January 2018, 07:51:59 UTC
refs/heads/v0.12.0 e0c7906 Prep for 0.12.1: Version Updates (#8567) * Final Changes for 0.12.1 * Prep 0.12.1: Changes * Initial Changes to NEWS.md 07 November 2017, 03:04:04 UTC
refs/heads/v1.0.0 3df9bf8 R graph.viz fix (#10023) * R graph.viz fix * sub 07 March 2018, 13:28:23 UTC
refs/heads/v1.1.0 e29bb6f [MXNET-127] Fix 1.1.0 fine-tune FAQ (#10276) * Update finetune.md This Finetune FAQ is broken for 1.1.0. * Trigger rebuild 27 March 2018, 19:54:24 UTC
refs/heads/v1.2.0 ea0aec4 update nnvm to use branch mx_1.2.0 11 September 2018, 04:09:07 UTC
refs/heads/v1.2.0-java 372b396 add NDArrayCollector 13 July 2018, 18:18:24 UTC
refs/heads/v1.3.x e083577 Fixes for data links (#14525) * Changed data.dmlc.ml -> data.mxnet.io * Added retries for downloads * Removed silent mode for explicit failure reporting 26 March 2019, 17:22:14 UTC
refs/heads/v1.4.x e368ea2 Exclude external dependencies from MXNet JAR (and fix Clojure build) (#15361) 01 July 2019, 21:51:32 UTC
refs/heads/v1.5.x ec36dfe Port conv3d dilate > 1 fix to 1.5.x (#17601) 19 February 2020, 05:04:55 UTC
refs/heads/v1.6.x c765931 [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> 23 July 2020, 19:17:39 UTC
refs/heads/v1.7.x a22abce [BUGFIX] Fix MKLDNN BatchNorm with even number of channels (#19150) (#19299) * Fix MKLDNN BatchNorm with even number of channels (#19150) Even number of channels results in data reordering before batch norm operation. Therefore, if BatchNorm data array is view of another array and the data is stored in MKLDNN format, the data needs to be converted to the default format. * Add or updated test to verify Batchnorm odd & even number of channels * Fix for Batchnorm odd & even chnls number context 25 October 2020, 19:47:30 UTC
refs/heads/v1.8.x 636b6e2 Update LICENSE (#19704) (#19707) The LICENSE file is cleaned up to avoid listing unnecessary information that can easily get out of sync with the actually included files (copyright headers). See https://infra.apache.org/licensing-howto.html for more information 23 December 2020, 17:50:01 UTC
refs/heads/v1.x bf2f671 [v1.x] Add more CV models to onnxruntime inference test, add bert model test. (#19697) * Add more CV models to onnxruntime inference test, add bert model test. * Remove print. * Install gluonnlp in onnx environment. * Wrap tests in try/finally block, convert PosixPath to str. * Add pytest-compatible with_seed() from master branch, decorate functions to use random seed. * Assert both outputs are accurate. Co-authored-by: Joe Evans <joeev@amazon.com> 23 December 2020, 23:07:12 UTC
refs/tags/0.12.0 4f2af2d Fix unused type warning (#8316) 18 October 2017, 15:15:09 UTC
refs/tags/0.12.1 e0c7906 Prep for 0.12.1: Version Updates (#8567) * Final Changes for 0.12.1 * Prep 0.12.1: Changes * Initial Changes to NEWS.md 07 November 2017, 03:04:04 UTC
refs/tags/1.0.0 25720d0 Get ptb script change for licensing issues (#8899) * Print license notification before downloading dataset * Print license notification before downloading dataset 30 November 2017, 17:27:07 UTC
refs/tags/1.1.0 07a83a0 update navbar model zoo link (#9749) * update navbar model zoo link * update 09 February 2018, 19:38:27 UTC
refs/tags/1.2.0 297c64f add apache-release as parent to pom file (#10941) 15 May 2018, 00:31:12 UTC
refs/tags/1.2.1 106391a 1.2.1 release notes (#11478) * Release notes 1.2.1 * Fix RELEASE Notes * Remove line * Fix within namescope issue * Remove bullet * Change the tutorial link * Fix gluon without namescope line * Fix gluon book link * Add info to NEWS * Add Saving and Loading Gluon models tutorial line * Add NEWS.md * Fix save_parameters and load_parameters * Fix NEWS * Add NEWS.md * Change save_params/load_params to save_params * Semantic versioning line 09 July 2018, 17:19:52 UTC
refs/tags/1.3.1 19c5016 Add apt update to all docker install scripts (#13287) 15 November 2018, 22:08:20 UTC
refs/tags/1.4.0 a03d59e Fix gtest build (#13926) 14 February 2019, 18:40:30 UTC
refs/tags/1.5.1 c981848 bump version to 1.5.1 (#16072) 04 September 2019, 13:34:14 UTC
refs/tags/1.6.0 6eec9da Cherry pick license fixes for 1.6 (#17460) * Update NOTICE to fix copyright years (#17330) * Update LICENSE for fonts (#17365) * license np_einsum file under bsd (#17367) * license under bsd * fix rat exclude * remove unused file with license issue (#17371) * [LICENSE] fix cpp predcit license (#17377) * fix cpp predcit license * add white list (#210) * fix white list (#211) Co-authored-by: Lai Wei <royweilai@gmail.com> * add disclaimer (#17428) * add disclaimer * add white list * fix exclude * remove disclaimer * update tools/pip Co-authored-by: Haibin Lin <linhaibin.eric@gmail.com> 29 January 2020, 00:29:03 UTC
refs/tags/1.7.0 64f737c [v1.6] Fix the monitor_callback invalid issue during calibration with variable input shapes (#18632) (#18703) * Fix the monitor_callback invalid issue during calibration with variable input shapes * retrigger CI * Add UT for monitor check and disable codecov Co-authored-by: Tao Lv <tao.a.lv@intel.com> 15 July 2020, 07:03:28 UTC
refs/tags/1.8.0.rc0 51cc0af added key for samskalicky (#19225) Co-authored-by: Ubuntu <ubuntu@ip-172-31-6-220.us-west-2.compute.internal> 26 September 2020, 01:03:55 UTC
refs/tags/1.8.0.rc1 cc4b8ec [1.8.x] Backporting: Fixed setting attributes in reviewSubgraph (#19278) * initial commit * fixed mapping from top level param names to subgraph input names * fixed sanity * support escape characters when parsing strings * changed string allocation from new to malloc to match free * add node to graph nodes array * fixed add nodes Co-authored-by: Ubuntu <ubuntu@ip-172-31-6-220.us-west-2.compute.internal> 06 October 2020, 19:24:40 UTC
refs/tags/1.8.0.rc2 6d5d8b9 [v1.8.x] Update LICENSE for all submodules. (#19440) * Include content in TVM's NOTICE file in main NOTICE. * Add licenses for all 3rdparty modules in tvm, and remove old submodule HalideIR. * Fix path - license is in source code. * Incorporate other license PRs into this one for simplicity, and move OpenMP into new category. * Update reference to license. Co-authored-by: Joe Evans <joeev@amazon.com> 30 October 2020, 01:02:05 UTC
refs/tags/v0.10.0 8713d25 [R][DOC] update R installation guide (#6457) 26 May 2017, 22:51:55 UTC
refs/tags/v0.7.0 118b37e [RELASE] tag 0.7 release (#2247) 26 May 2016, 16:07:36 UTC
refs/tags/v0.8.0 67bee19 [RELEASE] v0.8 Release (Last release before NNVM refactor (#4409) * [RELEASE] v0.8 Release (Last release before NNVM refactor * fix 28 December 2016, 23:27:27 UTC
refs/tags/v0.9.3 b11d3a2 [RELEASE] v0.9.3 official release (#4767) 22 January 2017, 19:07:09 UTC
refs/tags/v0.9.5 d8dbe42 Fix search function for new toc (#6065) * Fix search function * Small fix 02 May 2017, 06:35:42 UTC
back to top