OpenNMT-tf 2.29.0
New features
- Support TensorFlow 2.10
- Add model configurations
ScalingNmtEnDe
andScalingNmtEnFr
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