v1.1 - Minor Mana Potion
What's Changed
auto_increment_epochinIterableDatasetWrapper,strict=Truedefault for bucketing by @pzelasko in #661- Support storing
Recordingobjects in cuts custom fields by @pzelasko in #662 nara_wpebased 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_cutsoption toDynamicBucketingSamplerby @pzelasko in #681 - Fix
recording_idinMixedCut.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_windowsmethod 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 incut.save_audio, less memory use inAudioMixerby @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_featuresby @pzelasko in #683
New Contributors
Full Changelog: v1.0...v1.1