Lightning-Universe / lightning-flash

Your PyTorch AI Factory - Flash enables you to easily configure and run complex AI recipes for over 15 tasks across 7 data domains
https://lightning-flash.readthedocs.io
Apache License 2.0
1.74k stars 212 forks source link

build(deps): bump torchaudio from 0.10.2 to 2.0.2 in /requirements #1660

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps torchaudio from 0.10.2 to 2.0.2.

Release notes

Sourced from torchaudio's releases.

v2.0.2

TorchAudio 2.0.2 Release Note

This is a minor release, which is compatible with PyTorch 2.0.1 and includes bug fixes, improvements and documentation updates. There is no new feature added.

Bug fix

  • #3239 Properly set #samples passed to encoder (#3204)
  • #3238 Fix virtual function issue with CTC decoder (#3230)
  • #3245 Fix path-like object support in FFmpeg dispatcher (#3243, #3248)
  • #3261 Use scaled_dot_product_attention in Wav2vec2/HuBERT's SelfAttention (#3253)
  • #3264 Use scaled_dot_product_attention in WavLM attention (#3252, #3265)

Full Changelog: https://github.com/pytorch/audio/compare/v2.0.1...v2.0.2

Torchaudio 2.0 Release Note

Highlights

TorchAudio 2.0 release includes:

  • Data augmentation operators, e.g. convolution, additive noise, speed perturbation
  • WavLM and XLS-R models and pre-trained pipelines
  • Backend dispatcher powering revised info, load, save functions
  • Dropped support of Python 3.7
  • Added Python 3.11 support

[Beta] Data augmentation operators

The release adds several data augmentation operators under torchaudio.functional and torchaudio.transforms:

  • torchaudio.functional.add_noise
  • torchaudio.functional.convolve
  • torchaudio.functional.deemphasis
  • torchaudio.functional.fftconvolve
  • torchaudio.functional.preemphasis
  • torchaudio.functional.speed
  • torchaudio.transforms.AddNoise
  • torchaudio.transforms.Convolve
  • torchaudio.transforms.Deemphasis
  • torchaudio.transforms.FFTConvolve
  • torchaudio.transforms.Preemphasis
  • torchaudio.transforms.Speed
  • torchaudio.transforms.SpeedPerturbation

The operators can be used to synthetically diversify training data to improve the generalizability of downstream models.

For usage details, please refer to the documentation for torchaudio.functional and torchaudio.transforms, and tutorial “Audio Data Augmentation”.

[Beta] WavLM and XLS-R models and pre-trained pipelines

The release adds two self-supervised learning models for speech and audio.

  • WavLM that is robust to noise and reverberation.
  • XLS-R that is trained on cross-lingual datasets.

Besides the model architectures, torchaudio also supports corresponding pre-trained pipelines:

  • torchaudio.pipelines.WAVLM_BASE

... (truncated)

Commits
  • 31de77d Add older mkl build contraint only (#3302) (#3308)
  • bc77e2b Add mkl dependency to torchaudio MacOS x86 builds (#3300) (#3301)
  • 701239f Enhance UX on TorchAudio pages to improve awareness of doc versioning (#3167)...
  • f5a3a3d Remove temp channel for python 3.11, simplify logic around cuda (#3250) (#3274)
  • b114e52 [Rlease only change] Advance version for release 2.0.2 (#3273)
  • 54f6c1f [Cherry-pick] Use scaled_dot_product_attention in WavLM attention (#3252, #32...
  • e99de15 Use scaled_dot_product_attention in Wav2vec2/HuBERT's SelfAttention (#3253) (...
  • d92216d [Cherry-pick] Fix path-like object support in FFmpeg dispatcher (#3243, #3248...
  • a4ea69e [Cherry-pick] Fix virtual function issue with CTC decoder (#3230) (#3238)
  • 9df28ff [Cherry-pick] Properly set #samples passed to encoder (#3204) (#3239)
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

codecov[bot] commented 1 year ago

Codecov Report

Merging #1660 (01bfd64) into master (fc6c97a) will decrease coverage by 11%. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1660 +/- ## ======================================== - Coverage 85% 75% -11% ======================================== Files 291 291 Lines 12856 12856 ======================================== - Hits 10985 9610 -1375 - Misses 1871 3246 +1375 ```