Skip to content

OpenNMT-tf 2.4.0

Compare
Choose a tag to compare
@guillaumekln guillaumekln released this 10 Dec 11:46
· 466 commits to master since this release

OpenNMT-tf 2.4.0

New features

  • Transformer models with relative position representation: TransformerRelative and TransformerBigRelative

Fixes and improvements

  • Fix invalid iteration count in checkpoint after a vocabulary update
  • Fix possible NaN loss when retraining after a vocabulary update
  • Fix checkpoint averaging for models with custom variable names
  • Update opennmt.convert_to_v2_config to not fail on a V2 configuration
  • Change default value of average_loss_in_time based on batch_type
  • Reuse the same Python interpreter when running batch size auto-tuning