Skip to content

2.3.22

Compare
Choose a tag to compare
@fhieber fhieber released this 30 Sep 09:41
a0bc3f0

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

[2.3.18]

Changed