Skip to content

Commit 2b8577f

Browse files
committed
update doc for new release
1 parent ccf2a3a commit 2b8577f

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

doc/Changes.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,16 @@ How to determine the current stable public API is documented at [Stable API](Pub
1010

1111
## New in next release
1212

13+
14+
## Changes in next release
15+
1316
* `deepclrun` becomes `deepcl_train`: handles training, and validation, using labelled data
1417
* `deepclexec` becomes `deepcl_predict`: handles creating predictions from unlabelled data
18+
* lua wrappers removed. Effort for lua has moved to [cltorch](https://github.com/hughperkins/cltorch) and [clnn](https://github.com/hughperkins/clnn), both of which are well underway :-)
1519
* `deepcl_predict` can take input from a file, using GenericLoader, same formats as training, or from stdin
1620
* `deepcl_predict` can output to a file, or to stdout, in text or binary format
1721

18-
## Changes in next release
19-
20-
* normalization layer translate and scale are now stored in weights file, whose version has now been bumped to 3
21-
* weights files versions 1 and 3 can both be read, any updated weights file will be written as version 3
22-
2322
## Changes under the covers, in next release
2423

25-
* GenericLoader::load can take a value of `0` for labels, which means labels wont be loaded
26-
* used by `predict`
24+
* migrated the underlying maths functions to use the new lua kernel templater
2725

0 commit comments

Comments
 (0)