File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,18 @@ OpenNMT-tf follows [semantic versioning 2.0.0](https://semver.org/). The API cov
15
15
16
16
### Fixes and improvements
17
17
18
+ ## [ 2.26.0] ( https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v2.26.0 ) (2022-03-31)
19
+
20
+ ### New features
21
+
22
+ * Add learning rate schedule ` InvSqrtDecay `
23
+ * Enable CTranslate2 conversion for models using GELU or Swish activations
24
+
25
+ ### Fixes and improvements
26
+
27
+ * Fix inference error when using the ` decoding_noise ` parameter
28
+ * Clarify the inference log about buffered predictions
29
+
18
30
## [ 2.25.0] ( https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v2.25.0 ) (2022-02-21)
19
31
20
32
### New features
Original file line number Diff line number Diff line change 1
1
"""OpenNMT-tf version."""
2
2
3
- __version__ = "2.25 .0"
3
+ __version__ = "2.26 .0"
4
4
5
5
INCLUSIVE_MIN_TF_VERSION = "2.4.0"
6
6
EXCLUSIVE_MAX_TF_VERSION = "2.9.0"
You can’t perform that action at this time.
0 commit comments