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.3.22]
Fixed
The previous commit introduced a regression for vocab creation. The results was that the vocabulary was created on the input characters rather than on tokens.
[2.3.21]
Added
Extended parallelization of data preparation to vocabulary and statistics creation while minimizing the overhead of sharding.
[2.3.20]
Added
Added debug logging for restrict_lexicon lookups
[2.3.19]
Changed
When training only the decoder (--fixed-param-strategy all_except_decoder), disable autograd for the encoder and embeddings to save memory.