Skip to content

OpenNMT-tf 1.23.0

Compare
Choose a tag to compare
@guillaumekln guillaumekln released this 30 May 09:21
· 965 commits to master since this release

OpenNMT-tf 1.23.0

New features

  • Support applying noise on the decoding output ("beam+noise" strategy from Edunov et al. 2018)

Fixes and improvements

  • Fix crash on TensorFlow 1.14 due to an API change
  • Fix unexpected number of hypotheses returned by exported models: by default only the best is returned and the number should be configured by either params/num_hypotheses or infer/n_best
  • Do not require setting an external evaluator when saving evaluation predictions
  • Write external evaluators summaries in a separate directory to avoid interfering with BestExporter