Skip to content

v1.11 - Llama Llama Red Pajama

Compare
Choose a tag to compare
@pzelasko pzelasko released this 08 Dec 18:26
· 634 commits to master since this release
2332b7e

This release has three new recipes and mostly bug fixes.

What's Changed

  • [recipe] DiPCo -- dinner party corpus from Amazon by @desh2608 in #893
  • [recipe] CHiME-6 dinner party corpus by @desh2608 in #895
  • [recipe] Add xbmu amdo31 by @sendream in #902
  • Shar: allow per node+worker randomization of shards order by @pzelasko in #905
  • Shar: fix shuffling/splitting when cut_map_fn is provided to CutSet.from_shar by @pzelasko in #907
  • Shar: tracking epochs in shard iterator with option for shard re-shuffling each epoch by @pzelasko in #894
  • Shar: missing param in CutSet.from_shar + better error msg by @pzelasko in #901
  • Fix an edge case with BucketingSampler and a small amount data/buckets by @pzelasko in #898
  • Remove some deprecated methods by @desh2608 in #900
  • More details in cuts.describe() + fix for trim_to_unsupervised_segments() by @desh2608 in #899
  • Fix save_audios by @pkufool in #896
  • Fix audio save for parallel workers by @pkufool in #903
  • Fix bug in load audio (multi-channel) by @desh2608 in #906
  • Fix SNR sampling error in CutSet.mix by @pzelasko in #915

New Contributors

Full Changelog: v1.10...v1.11