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
1.18.41
Not secure
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.