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
+9-13Lines changed: 9 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,19 +18,6 @@ MXNet Change Log
18
18
pretrained models.
19
19
- Updated pre-trained models provide state-of-the-art performance on all resnetv1, resnetv2, and vgg16, vgg19, vgg16_bn, vgg19_bn models (#11327#11860#11830).
20
20
21
-
### New Features - Scala API Improvements
22
-
- 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))
23
-
- Symbol.api and NDArray.api would bring new set of functions that have complete definition for all arguments.
24
-
- Please see this [Type safe API design document](https://cwiki.apache.org/confluence/display/MXNET/Scala+Type-safe+API+Design+Doc) for more details.
25
-
26
-
### New Features - Scala examples
27
-
- Refurnished Scala Examples with improved API, documentation and CI test coverage. ([#11753](https://github.com/apache/incubator-mxnet/pull/11753), [#11621](https://github.com/apache/incubator-mxnet/pull/11621) )
28
-
- Now all Scala examples have:
29
-
- No bugs block in the middle
30
-
- Good Readme to start with
31
-
- with Type-safe API usage inside
32
-
- monitored in CI in each PR runs
33
-
34
21
### New Features - Clojure package (experimental)
35
22
- MXNet now supports the Clojure programming language. The MXNet Clojure package brings flexible and efficient GPU computing and state-of-art deep learning to Clojure. It enables you to write seamless tensor/matrix computation with multiple GPUs in Clojure. It also lets you construct and customize the state-of-art deep learning models in Clojure, and apply them to tasks, such as image classification and data science challenges.([#11205](https://github.com/apache/incubator-mxnet/pull/11205))
36
23
- Checkout examples and API documentation [here](http://mxnet.incubator.apache.org/api/clojure/index.html).
@@ -65,6 +52,14 @@ MXNet Change Log
65
52
- This feature in MXNet now introduces runtime integration of TensorRT into MXNet, in order to accelerate inference.([#11325](https://github.com/apache/incubator-mxnet/pull/11325))
66
53
- Currently, its in contrib package.
67
54
55
+
### New Examples - Scala
56
+
- Refurnished Scala Examples with improved API, documentation and CI test coverage. ([#11753](https://github.com/apache/incubator-mxnet/pull/11753), [#11621](https://github.com/apache/incubator-mxnet/pull/11621) )
57
+
- Now all Scala examples have:
58
+
- No bugs block in the middle
59
+
- Good Readme to start with
60
+
- with Type-safe API usage inside
61
+
- monitored in CI in each PR runs
62
+
68
63
### Maintenance - Flaky Tests improvement effort
69
64
- Fixed 130 flaky tests on CI. Tracked progress of the project [here](https://github.com/apache/incubator-mxnet/projects/9).
70
65
- Add flakiness checker (#11572)
@@ -157,6 +152,7 @@ MXNet Change Log
157
152
- Add DataDesc type for the Scala Package (#11844)
158
153
159
154
### 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
156
- Added docs for mx.initializer.Constant (#10637)
161
157
- Added build from souce instructions on windows (#11276)
162
158
- Added a tutorial explaining how to use the profiler (#11274)
0 commit comments