Skip to content

OpenNMT-tf 1.14.0

Compare
Choose a tag to compare
@guillaumekln guillaumekln released this 22 Nov 22:00
· 1226 commits to master since this release

OpenNMT-tf 1.14.0

New features

  • Multi source Transformer architecture with serial attention layers (see the example model configuration)
  • Inference now accepts the parameter bucket_width: if set, the data will be sorted by length to increase the translation efficiency. The predictions will still be outputted in order as they are available. (Enabled by default when using automatic configuration.)

Fixes and improvements

  • Improve greedy decoding speed (up to 50% faster)
  • When using onmt-update-vocab with the merge directive, updated vocabulary files will be saved in the output directory alongside the updated checkpoint