Skip to content

2.3.17

Compare
Choose a tag to compare
@fhieber fhieber released this 17 Jun 10:50
ef908e3

[2.3.17]

Added

  • Added an alternative, faster implementation of greedy search. The '--greedy' flag to sockeye.translate will enable it. This implementation does not support hypothesis scores, batch decoding, or lexical constraints."

[2.3.16]

Added

[2.3.15]

Changed

  • Optimization: Decoder class is now a complete HybridBlock (no forward method).