Skip to content

v1.1 - Minor Mana Potion

Choose a tag to compare

@pzelasko pzelasko released this 03 May 12:05

What's Changed

  • auto_increment_epoch in IterableDatasetWrapper, strict=True default for bucketing by @pzelasko in #661
  • Support storing Recording objects in cuts custom fields by @pzelasko in #662
  • nara_wpe based WPE dereverberation as data augmentation by @pzelasko in #663
  • Update rirs noises path by @Tomiinek in #665
  • Fix reading duration when importing piped input data from kaldi by @csukuangfj in #667
  • Fixes to split-lazy by @wgb14 in #664
  • Read matrix shape information without reading the whole matrix. by @csukuangfj in #668
  • Set a num_digits for split-lazy by @wgb14 in #669
  • DynamicBucketingSampler supports very small data by @pzelasko in #670
  • ~20x faster speed perturbation by @pzelasko in #672
  • Fix assertions, rename variables by @pzelasko in #677
  • Add max_cuts option to DynamicBucketingSampler by @pzelasko in #681
  • Fix recording_id in MixedCut.compute_and_store_features(..., mix_eagerly=True) by @pzelasko in #682
  • Support for restoring state of dynamic samplers by @pzelasko in #684
  • Add .cut_into_windows method to individual cuts by @pzelasko in #685
  • kaldi pipeline -- small whitespace fixes and making pycheck happier by @jtrmal in #686
  • Some minor fixes. by @csukuangfj in #688
  • kaldi import/export -- adding basic tests for kaldi import/export by @jtrmal in #687
  • Fix bug in cut.truncate, format selection in cut.save_audio, less memory use in AudioMixer by @pzelasko in #690
  • Pad channels to same length when loading audio by @desh2608 in #689
  • Fix restoring state in dynamic samplers with DataLoader num_workers>0 by @pzelasko in #692
  • Fix samplers dropping cuts when world_size > 1 by @pzelasko in #695
  • FIX: kaldi import fets.scp -- use the correct id when underscore mapping by @jtrmal in #694
  • Audio loading fault tolerant feature extraction in compute_and_store_features by @pzelasko in #683

New Contributors

Full Changelog: v1.0...v1.1