Skip to content

2.1.10

Compare
Choose a tag to compare
@fhieber fhieber released this 23 Jun 15:44
1e5e821

[2.1.10]

Changed

  • Changed to a cross-entropy loss implementation that avoids the use of SoftmaxOutput.

[2.1.9]

Added

  • Added training argument --ignore-extra-params to ignore extra parameters when loading models. The primary use case is continuing training with a model that has already been annotated with scaling factors (sockeye.quantize).

Fixed

  • Properly pass allow_missing flag to model.load_parameters()

[2.1.8]

Changed

  • Update to sacrebleu=1.4.10