Skip to content

OpenNMT-tf 2.22.0

Compare
Choose a tag to compare
@guillaumekln guillaumekln released this 30 Sep 13:30
· 109 commits to master since this release

New features

  • Support TensorFlow Lite conversion for Transformer models
  • Make the options model_dir and auto_config available in both the command line and the configuration file
  • Paths in the data configuration can now be relative to the model directory

Fixes and improvements

  • Fix encoding when writing sentences detokenized by an in-graph tokenizer
  • Always output the tokenized target in scoring even when a target tokenization is configured
  • Enable the OpenNMT Tokenizer when installing OpenNMT-tf on Windows