File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,16 @@ OpenNMT-tf follows [semantic versioning 2.0.0](https://semver.org/). The API cov
1515
1616### Fixes and improvements
1717
18+ ## [ 2.20.1] ( https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v2.20.1 ) (2021-07-01)
19+
20+ ### Fixes and improvements
21+
22+ * Fix missing environment variables in the child process when autotuning the batch size
23+ * Fix error during evaluation when setting the inference parameter ` n_best ` > 1
24+ * Fix error in Python serving example when using TensorFlow 2.5
25+ * Log some information about the input layer after initialization (vocabulary size, special tokens, etc.)
26+ * Update the minimum required pyonmttok version to 1.26.4 to include the latest fixes
27+
1828## [ 2.20.0] ( https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v2.20.0 ) (2021-06-17)
1929
2030### New features
@@ -25,7 +35,7 @@ OpenNMT-tf follows [semantic versioning 2.0.0](https://semver.org/). The API cov
2535
2636* Set a timeout for each training attempt when autotuning the batch size
2737* Set ` keep_checkpoint_max ` to ` average_last_checkpoints ` if the later value is larger
28- * Update the minimum required pyonmttok version to include the latest fixes
38+ * Update the minimum required pyonmttok version to 1.26.2 to include the latest fixes
2939
3040## [ 2.19.0] ( https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v2.19.0 ) (2021-05-31)
3141
Original file line number Diff line number Diff line change 11"""OpenNMT-tf version."""
22
3- __version__ = "2.20.0 "
3+ __version__ = "2.20.1 "
44
55INCLUSIVE_MIN_TF_VERSION = "2.3.0"
66EXCLUSIVE_MAX_TF_VERSION = "2.6.0"
You can’t perform that action at this time.
0 commit comments