You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[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.