Skip to content

OpenNMT-tf 2.20.1

Compare
Choose a tag to compare
@guillaumekln guillaumekln released this 01 Jul 14:13
· 144 commits to master since this release

Fixes and improvements

  • Fix missing environment variables in the child process when autotuning the batch size
  • Fix error during evaluation when setting the inference parameter n_best > 1
  • Fix error in Python serving example when using TensorFlow 2.5
  • Log some information about the input layer after initialization (vocabulary size, special tokens, etc.)
  • Update the minimum required pyonmttok version to 1.26.4 to include the latest fixes