Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.55 KB

CHANGELOG.md

File metadata and controls

43 lines (32 loc) · 1.55 KB

v0.3.0 (2017-01-23)

New features

  • ZeroMQ translation server
  • Advanced log management
  • GRU cell
  • Tokenization option to make the token separator an independent token
  • Tokenization can run in parallel mode

Fixes and improvements

  • [Breaking, renamed option] Rename -epochs option to -end_epoch to clarify its behavior
  • [Breaking, removed option] Remove -nparallel option and support a list of comma-separated identifiers on -gpuid
  • [Breaking, renamed option] Zero-Width Joiner unicode character (ZWJ) is now tokenizing - but as a joiner
  • Fix Hangul tokenization
  • Fix duplicated tokens in aggressive tokenization
  • Fix error when using BRNN and multiple source features
  • Fix error when preprocessing empty lines and using additional features
  • Fix error when translating empty sentences
  • Fix error when retraining a BRNN model on multiple GPUs

v0.2.0 (2017-01-02)

New features

  • [Breaking, renamed option] Control maximum source and target length independently
  • Asynchronous SGD
  • Detokenization
  • BPE support in tokenization

Fixes and improvements

  • Smaller memory footprint during training
  • Smaller released model size after a non-SGD training
  • Fix out of memory errors in preprocessing
  • Fix BRNN models serialization and release
  • Fix error when retraining a model
  • Fix error when using more than one feature

v0.1.0 (2016-12-19)

Initial release.