Skip to content

1.18.54

Compare
Choose a tag to compare
@fhieber fhieber released this 16 Sep 13:30
3353487

[1.18.54]

Added

  • --source-factor-vocabs can be set to provide source factor vocabularies.

[1.18.53]

Added

  • Always skipping softmax for greedy decoding by default, only for single models.
  • Added option --skip-topk for greedy decoding.

[1.18.52]

Fixed

  • Fixed bug in constrained decoding to make sure best hypothesis satifies all constraints.

[1.18.51]

Added

  • Added a CLI for reranking of an nbest list of translations.

[1.18.50]

Fixed

  • Check for equivalency of training and validation source factors was incorrectly indented.

[1.18.49]

Changed

  • Removed dependence on the nvidia-smi tool. The number of GPUs is now determined programatically.

[1.18.48]

Changed

  • Translator.max_input_length now reports correct maximum input length for TranslatorInput objects, independent of the internal representation, where an additional EOS gets added.