Skip to content

Commit

Permalink
NEWS updates for 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
denizyuret committed Jan 21, 2019
1 parent b82f0cc commit 3e5c7e0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
Knet v1.2.0 Release Notes
=========================
b82f0ccf 2019-01-21

* New training interface based on iterators.
* Progressbar and converge utilities.
* RNN unboxes hidden states in backward pass making `value(h)` unnecessary on GPU.
* `rnnparam` and `rnnparams` no longer take a `w` argument.
* RNN applies dropout to input like other layers.
* `mat` takes a `dims` keyword argument that makes it useful for both RNNs and CNNs.
* Dropout automatically figures out and does nothing outside of `@diff` context.
* Fixed inplace assignment for Params and KnetArrays.
* Julia 1.0 fixes for `goldensection`.
* Improved default parameters for all optimizers tested on MLP, CNN, RNN.
* All notebooks and documentation updated.
* New iterator and quickstart notebooks.
* Updated to Documenter 0.21.


Knet v1.1.2 Release Notes
=========================
20d91106 2019-01-04
Expand Down

0 comments on commit 3e5c7e0

Please sign in to comment.