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.
[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()