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.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.