You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: NEWS.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,12 @@ MXNet Change Log
35
35
- This is the first step towards optimizing dynamic neural networks with variable computation graphs, by adding symbolic and imperative control flow operators. [Proposal](https://cwiki.apache.org/confluence/display/MXNET/Optimize+dynamic+neural+network+models+with+control+flow+operators).
36
36
- New operators introduced: foreach([#11531](https://github.com/apache/incubator-mxnet/pull/11531)), while_loop([#11566](https://github.com/apache/incubator-mxnet/pull/11566)), cond([#11760](https://github.com/apache/incubator-mxnet/pull/11760)).
37
37
38
-
### New Features - Rounding GPU Memory Pool for dynamic networks with variable-length input-output (experimental)
38
+
### New Features - Scala API Improvements (experimental)
39
+
- Improvements to MXNet Scala API usability([#10660](https://github.com/apache/incubator-mxnet/pull/10660), [#10787](https://github.com/apache/incubator-mxnet/pull/10787), [#10991](https://github.com/apache/incubator-mxnet/pull/10991))
40
+
- Symbol.api and NDArray.api would bring new set of functions that have complete definition for all arguments.
41
+
- Please see this [Type safe API design document](https://cwiki.apache.org/confluence/display/MXNET/Scala+Type-safe+API+Design+Doc) for more details.
42
+
43
+
### New Features - Rounding GPU Memory Pool for dynamic networks with variable-length inputs and outputs (experimental)
39
44
- MXNet now supports a new memory pool type for GPU memory (#11041).
40
45
- Unlike the default memory pool requires exact size match to reuse released memory chunks, this new memory pool uses exponential-linear rounding so that similar sized memory chunks can all be reused, which is more suitable for all the workloads with dynamic-shape inputs and outputs. Set environment variable `MXNET_GPU_MEM_POOL_TYPE=Round` to enable.
41
46
@@ -152,7 +157,7 @@ MXNet Change Log
152
157
- Add DataDesc type for the Scala Package (#11844)
153
158
154
159
### Usability Improvements
155
-
-Improvements to MXNet Scala API usability([#10660](https://github.com/apache/incubator-mxnet/pull/10660), [#10787](https://github.com/apache/incubator-mxnet/pull/10787), [#10991](https://github.com/apache/incubator-mxnet/pull/10991))
160
+
-Added NDArray auto-collector for Scala (#11751, #12232)
156
161
- Added docs for mx.initializer.Constant (#10637)
157
162
- Added build from souce instructions on windows (#11276)
158
163
- Added a tutorial explaining how to use the profiler (#11274)
0 commit comments