Skip to content

1.18.72

Compare
Choose a tag to compare
@fhieber fhieber released this 28 Jan 16:45
1f27c2a

[1.18.72]

Changed

  • Removed use of expand_dims in favor of reshape to save memory.

[1.18.71]

Fixed

  • Fixed default setting of source factor combination to be 'concat' for backwards compatibility.

[1.18.70]

Added

  • Sockeye now outputs fields found in a JSON input object, if they are not overwritten by Sockeye. This behavior can be enabled by selecting --json-input (to read input as a JSON object) and --output-type json (to write a JSON object to output).

[1.18.69]

Added

  • Source factors can now be added to the embeddings instead of concatenated with --source-factors-combine sum (default: concat)

[1.18.68]

  • Fixed training crashes with --learning-rate-decay-optimizer-states-reset initial option.