Skip to content

Releases: OpenNMT/OpenNMT-tf

OpenNMT-tf 1.0.3

05 Apr 10:55
Compare
Choose a tag to compare

OpenNMT-tf 1.0.3

Fixes and improvements

  • Make Runner.export return the path to the export directory
  • Fix and update setup.py to support pip installation

OpenNMT-tf 1.0.2

05 Apr 09:37
Compare
Choose a tag to compare

OpenNMT-tf 1.0.2

Fixes and improvements

  • Fix the encoder state structure when RNN encoders are combined (e.g. in SequentialEncoder)
  • Fix CharConvEmbedder error on empty sequences
  • Fix Adafactor crash on sparse updates, automatically fallback to dense updates instead
  • Improve the Transformer decoder mask construction (up to 10% speedup during training)

OpenNMT-tf 1.0.1

05 Apr 09:36
Compare
Choose a tag to compare

OpenNMT-tf 1.0.1

Fixes and improvements

  • Fix undefined xrange error in utils/beam_search.py when using Python 3

OpenNMT-tf 1.0.0

05 Apr 09:34
Compare
Choose a tag to compare

OpenNMT-tf 1.0.0

Initial stable release.