Skip to content

1.18.47

Compare
Choose a tag to compare
@fhieber fhieber released this 17 Aug 11:54
· 445 commits to main since this release

[1.18.47]

Changed

  • translate CLI: no longer rely on external, user-given input id for sorting translations. Also allow string ids for sentences.

[1.18.46]

Fixed

  • Fixed issue with --num-words 0:0 in image captioning and another issue related to loading all features to memory with variable length.

[1.18.45]

Added

  • Added an 8 layer LSTM model similar (but not exactly identical) to the 'GNMT' architecture to autopilot.

[1.18.44]

Fixed

  • Fixed an issue with --max-num-epochs causing training to stop before the update/batch that actually completes the epoch was made.

[1.18.43]

Added

  • <s> now supported as the first token in a multi-word negative constraint
    (e.g., <s> I think to prevent a sentence from starting with I think)

Fixed

  • Bugfix in resetting the state of a multiple-word negative constraint

[1.18.42]

Changed

  • Simplified gluon blocks for length calculation