Skip to content

1.18.41

Compare
Choose a tag to compare
@tdomhan tdomhan released this 27 Jul 07:43
· 455 commits to main since this release
64a5cbf

[1.18.41]

Changed

  • Require numpy 1.14 or later to avoid MKL conflicts between numpy as mxnet-mkl.

[1.18.40]

Fixed

  • Fixed bad check for existence of negative constraints.
  • Resolved conflict for phrases that are both positive and negative constraints.
  • Fixed softmax temperature at inference time.

[1.18.39]

Added

  • Image Captioning now supports constrained decoding.
  • Image Captioning: zero padding of features now allows input features of different shape for each image.

[1.18.38]

Fixed

  • Fixed issue with the incorrect order of translations when empty inputs are present and translating in chunks.

[1.18.37]

Fixed

  • Determining the max output length for each sentence in a batch by the bucket length rather than the actual in order to match the behavior of a single sentence translation.

[1.18.36]

Changed