Skip to content

1.1.1

Choose a tag to compare

@pythonlessons pythonlessons released this 26 Sep 14:26
· 25 commits to main since this release

[1.1.1] - 2022-09-26

Changed

  • Included self._executor as generator in mltu.dataProvider.DataProvider object, to enable functionality to modify batch preprocessing without changing original code
  • Introduced changes in mltu.torch.dataProvider.py to handle data in multiprocessing and multithreading modes, for faster preprocessing while torch models
  • Modified mltu.transformers.AudioPadding object, to work with batches of raw audio data

Added

  • Created tutorial 10_wav2vec2_torch (Audio to Text model) that shows how to train wav2vec2 model with mltu