Skip to content

2.1.21

Compare
Choose a tag to compare
@fhieber fhieber released this 27 Aug 13:31
f68a217

[2.1.21]

Added

  • Added an optional ability to cache encoder outputs of model.

[2.1.20]

Fixed

  • Fixed a bug where the training state object was saved to disk before training metrics were added to it, leading to an inconsistency between the training state object and the metrics file (see #859).

[2.1.19]

Fixed

  • When loading a shard in Horovod mode, there is now a check that each non-empty bucket contains enough sentences to cover each worker's slice. If not, the bucket's sentences are replicated to guarantee coverage.

[2.1.18]

Fixed

  • Fixed a bug where sampling translation fails because an array is created in the wrong context.