Skip to content

OpenNMT-tf 2.29.0

Compare
Choose a tag to compare
@guillaumekln guillaumekln released this 26 Sep 15:11
· 30 commits to master since this release

New features

  • Support TensorFlow 2.10
  • Add model configurations ScalingNmtEnDe and ScalingNmtEnFr from Ott et al. 2018
  • Add embedding parameter EmbeddingsSharingLevel.AUTO to automatically share embeddings when the vocabulary is shared
  • Extend method Runner.average_checkpoints to accept a list of checkpoints to average

Fixes and improvements

  • Make batch size autotuning faster when using gradient accumulation