Skip to content

v1.3.2

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Sep 22:19
· 110 commits to main since this release

What's new

Added πŸŽ‰

  • Added Config.validate(), Config.replace(), and Config.apply() methods.
  • Trainer now records sequence length as a metric.

Fixed βœ…

  • Ensure additional cached-path clients are added in the process pool workers from some dataset preparation methods.
  • Fixed label_mask tensor created by NumpyPaddedFSLDataset.
  • Removed redundant warning messages about CUDA alloc retries.
  • Fixed non-deterministic deadlock bug with async checkpointing.

Commits

a0a680d keep old beaker images instead of deleting them
25a71f4 Minor training improvements (#57)
f32d0bf Improve formatting of throughput table in readme (#56)
f7f3709 Add some more Config methods
916ecf9 Fix label mask tensor created by NumpyPaddedFSLDataset (#55)
b29838a Ensure additional scheme clients are added in worker procs