Skip to content

OpenNMT-tf 1.7.0

Compare
Choose a tag to compare
@guillaumekln guillaumekln released this 10 Aug 12:53
· 1398 commits to master since this release

OpenNMT-tf 1.7.0

New features

  • Command line option --session_config to configure TensorFlow session parameters (see the "Configuration" documentation)
  • share_embeddings argument to SequenceToSequence models to configure the level of embeddings sharing

Fixes and improvements

  • Fix error when using --data_dir and parallel inputs in the data configuration
  • Fix TensorFlow 1.9+ compatibility issue when using MultiplyReducer
  • Better support of other filesystems (HDFS, S3, etc.) for the model directory and data files