Skip to content

OpenNMT-tf 1.0.2

Compare
Choose a tag to compare
@guillaumekln guillaumekln released this 05 Apr 09:37
· 1573 commits to master since this release

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)