Releases: OpenNMT/OpenNMT-tf
Releases · OpenNMT/OpenNMT-tf
OpenNMT-tf 1.0.3
OpenNMT-tf 1.0.3
Fixes and improvements
- Make
Runner.export
return the path to the export directory - Fix and update
setup.py
to supportpip
installation
OpenNMT-tf 1.0.2
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
OpenNMT-tf 1.0.1
Fixes and improvements
- Fix undefined
xrange
error inutils/beam_search.py
when using Python 3
OpenNMT-tf 1.0.0
OpenNMT-tf 1.0.0
Initial stable release.