File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,14 @@ OpenNMT-tf follows [semantic versioning 2.0.0](https://semver.org/). The API cov
1515
1616### Fixes and improvements
1717
18+ ## [ 2.18.1] ( https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v2.18.1 ) (2021-04-27)
19+
20+ ### Fixes and improvements
21+
22+ * Fix vocabulary update for models with shared embeddings
23+ * Fix a compatibility issue with TensorFlow 2.5 for early users
24+ * When all training attempts fail in batch size autotuning, log the error message of the last attempt
25+
1826## [ 2.18.0] ( https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v2.18.0 ) (2021-04-19)
1927
2028### New features
Original file line number Diff line number Diff line change 11"""OpenNMT-tf version."""
22
3- __version__ = "2.18.0 "
3+ __version__ = "2.18.1 "
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