Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4563aae

Browse files
Typo, cleanup, polish
Signed-off-by: AlexDBlack <blacka101@gmail.com>
1 parent 97e80d8 commit 4563aae

File tree

1 file changed

+8
-28
lines changed

1 file changed

+8
-28
lines changed

‎release-notes.md

Lines changed: 8 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,18 @@ redirect_from: "/releasenotes"
7575

7676
## Highlights - 1.0.0-beta6 Release
7777

78-
* SameDiff optimizations
78+
* Added support for CUDA 10.2. 1.0.0-beta6 released with CUDA 9.2, 10.0, 10.1 and 10.2 support
79+
* SameDiff optimizations - memory use for inference and training significantly reduced, with some performance improvements also
7980
* Deeplearning4j UI - Play framework replaced with Vertx; deeplearning4j-ui dependency now no longer has Scala dependency or Scala version suffix [Link](https://github.com/KonduitAI/deeplearning4j/pull/68)
8081
* Note: No API changes, only artifact ID change: replace `deeplearning4j-ui_2.1x` with `deeplearning4j-ui`
81-
* OpenMP replaced with thread pool c++ parallelism framework; enabled c++ parallelism for platforms without threading
82-
* ND4j namespace operation methods: Nd4j.math, Nd4j.random, Nd4j.bitwise, Nd4j.nn (neural network) [Link](https://github.com/KonduitAI/deeplearning4j/pull/83)
83-
* Added support for CUDA 10.2. 1.0.0-beta6 released with CUDA 9.2, 10.0, 10.1 and 10.2 support
82+
* ND4j namespace operation methods: operations are available through the Nd4j.math, Nd4j.random, Nd4j.bitwise, Nd4j.nn (neural network), for example `Nd4j.math.abs(INDArray)`, `Nd4j.random.logNormal` etc [Link](https://github.com/KonduitAI/deeplearning4j/pull/83).
83+
* Note that additional ND4J namespaces API will have additions (new namespaces and methods), and may have some API changes, in the next release
84+
* OpenMP replaced with thread pool c++ parallelism framework; enabled c++ parallelism for platforms without C++-level threading for operations
8485

8586

8687

87-
## <a name="onezerozerobeta5-dl4j">Deeplearning4J</a>
88+
89+
## <a name="onezerozerobeta6-dl4j">Deeplearning4J</a>
8890

8991
### Deeplearning4J: Features and Enhancements
9092

@@ -94,7 +96,7 @@ redirect_from: "/releasenotes"
9496
* Added Mish activation function [Link](https://github.com/eclipse/deeplearning4j/issues/8417), [Link](https://github.com/KonduitAI/deeplearning4j/pull/55)
9597
* BertIterator now has a `BertIterator.featurizeSentences(List<String>)` method for inference [Link](https://github.com/KonduitAI/deeplearning4j/pull/71), [Link](https://github.com/eclipse/deeplearning4j/issues/8415)
9698
* BertIterator now supports sentence pairs for supervised training [Link](https://github.com/KonduitAI/deeplearning4j/pull/108)
97-
* Added Spark multi-class cross entropy for both Deeplearning4j and Keras import [Link](https://github.com/KonduitAI/deeplearning4j/pull/72), [Link](https://github.com/KonduitAI/deeplearning4j/pull/73)
99+
* Added Sparse multi-class cross entropy for both Deeplearning4j and Keras import [Link](https://github.com/KonduitAI/deeplearning4j/pull/72), [Link](https://github.com/KonduitAI/deeplearning4j/pull/73)
98100
* Deeplearning4j UI: migrated from Play to Vertx for web serving backend, also removing dependency on Scala libraries; no API changes, only artifact ID change - replace `deeplearning4j-ui_2.1x` with `deeplearning4j-ui` [Link](https://github.com/KonduitAI/deeplearning4j/pull/68), [Link](https://github.com/KonduitAI/deeplearning4j/pull/79)
99101
* Added TimeDistributed wrapper layer [Link](https://github.com/KonduitAI/deeplearning4j/pull/78)
100102

@@ -123,10 +125,6 @@ redirect_from: "/releasenotes"
123125

124126
* Deeplearning4j UI artifact ID has changed: `deeplearning4j-ui_2.1x` (beta5 and earlier) with `deeplearning4j-ui`
125127

126-
127-
### Deeplearning4j: 1.0.0-beta6 Known Issues
128-
129-
130128
## <a name="onezerozerobeta6-nd4j">ND4J and SameDiff</a>
131129

132130
### ND4J/SameDiff: Features and Enhancements
@@ -198,13 +196,8 @@ redirect_from: "/releasenotes"
198196
* SameDiff.zero and .one methods now create constants, not vairables [Link](https://github.com/eclipse/deeplearning4j/issues/8224)
199197

200198

201-
### ND4J: 1.0.0-beta6 Known Issues
202-
203199
## <a name="onezerozerobeta6-datavec">DataVec</a>
204200

205-
### DataVec: Features and Enhancements
206-
207-
208201
### DataVec: Bug Fixes and Optimizations
209202

210203
* NativeImageLoader now checks for empty input streams and throws an exception instead of crashing [Link](https://github.com/KonduitAI/deeplearning4j/pull/121)
@@ -227,19 +220,6 @@ redirect_from: "/releasenotes"
227220
* Internal refactoring and various bug fixes [Link](https://github.com/eclipse/deeplearning4j/pull/8303)
228221

229222

230-
## <a name="onezerozerobeta6-arbiter">Arbiter</a>
231-
232-
### Bug Fixes and Optimizations
233-
234-
### Arbiter: Known Issues
235-
236-
237-
## <a name="onezerozerobeta6-nd4s">ND4S</a>
238-
239-
### ND4S Features and Enhancements
240-
241-
242-
243223
## PyDataVec
244224

245225
### PyDataVec Features and Enhancements

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /