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
1515
1616### Fixes and improvements
1717
18+ ## [ 2.18.0] ( https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v2.18.0 ) (2021-04-19)
19+
20+ ### New features
21+
22+ * Add ` TransformerBaseSharedEmbeddings ` and ` TransformerBigSharedEmbeddings ` in the model catalog
23+
24+ ### Fixes and improvements
25+
26+ * Fix loss normalization when using sentence weighting
27+ * Tune the automatic batch size selection to avoid some out of memory errors
28+ * Harmonize training logs format when using ` onmt-main `
29+
1830## [ 2.17.1] ( https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v2.17.1 ) (2021-03-23)
1931
2032### Fixes and improvements
Original file line number Diff line number Diff line change 11"""OpenNMT-tf version."""
22
3- __version__ = "2.17.1 "
3+ __version__ = "2.18.0 "
44
55INCLUSIVE_MIN_TF_VERSION = "2.3.0"
66EXCLUSIVE_MAX_TF_VERSION = "2.5.0"
You can’t perform that action at this time.
0 commit comments