|
1 | | -## Dev version |
| 1 | +# keras 2.4.0 |
2 | 2 |
|
3 | 3 | - Use compat module when using `set_session` and `get_session`. (#1046) |
4 | 4 | - Allows passing other arguments to `keras_model` eg `name`. (#1045) |
|
28 | 28 | - Added the `ragged` argument to `layer_input`. (#1193) |
29 | 29 | - Fixed `*_generator` deadlocks with recent versions of TensorFlow (#1197) |
30 | 30 |
|
31 | | -## Keras 2.2.3.0 (CRAN) |
| 31 | +# Keras 2.2.3.0 (CRAN) |
32 | 32 |
|
33 | 33 | - Added `layer_attention` (#1000) by @atroiano. |
34 | 34 | - Fixed issue regarding the KerasMetricsCallback with TF v2.2 (#1020) |
35 | 35 |
|
36 | | -## Keras 2.2.5.0 (CRAN) |
| 36 | +# Keras 2.2.5.0 (CRAN) |
37 | 37 |
|
38 | 38 | - Added `layer_dense_features`. |
39 | 39 |
|
|
77 | 77 | SavedModel format. |
78 | 78 |
|
79 | 79 |
|
80 | | -## Keras 2.2.4 (CRAN) |
| 80 | +# Keras 2.2.4 (CRAN) |
81 | 81 |
|
82 | 82 | - Improve handling of `timeseries_generator()` in calls to `fit_generator()` |
83 | 83 |
|
@@ -115,7 +115,7 @@ SavedModel format. |
115 | 115 | - Added `KerasWrapper` class and corresponding `create_wrapper` function. |
116 | 116 |
|
117 | 117 |
|
118 | | -## Keras 2.2.0 |
| 118 | +# Keras 2.2.0 |
119 | 119 |
|
120 | 120 | - Fix issue with serializing models that have constraint arguments |
121 | 121 |
|
@@ -239,7 +239,7 @@ SavedModel format. |
239 | 239 | - Various fixes for `use_implementation()` function |
240 | 240 |
|
241 | 241 |
|
242 | | -## Keras 2.1.2 |
| 242 | +# Keras 2.1.2 |
243 | 243 |
|
244 | 244 | - Added `theme_bw` option to plot method for training history |
245 | 245 |
|
@@ -267,7 +267,7 @@ SavedModel format. |
267 | 267 | - Provide global `keras.fit_verbose` option (defaults to 1) |
268 | 268 |
|
269 | 269 |
|
270 | | -## keras 2.0.9 |
| 270 | +# keras 2.0.9 |
271 | 271 |
|
272 | 272 | - Added `multi_gpu_model()` function. |
273 | 273 |
|
@@ -327,7 +327,7 @@ SavedModel format. |
327 | 327 | - Expose `add_loss()` function for custom layers |
328 | 328 |
|
329 | 329 |
|
330 | | -## keras 2.0.8 |
| 330 | +# keras 2.0.8 |
331 | 331 |
|
332 | 332 | - Add `use_session_with_seed()` function that establishes a random seed for the Keras session. |
333 | 333 | Note that this should not be used when training time is paramount, as it disables GPU |
@@ -396,7 +396,7 @@ SavedModel format. |
396 | 396 | - Provide hint to use r-tensorflow environment when importing keras |
397 | 397 |
|
398 | 398 |
|
399 | | -## keras 2.0.5 |
| 399 | +# keras 2.0.5 |
400 | 400 |
|
401 | 401 | - Initial CRAN release |
402 | 402 |
|
0 commit comments