lightning-flash
lightning-flash copied to clipboard
build(deps): bump torchaudio from 0.10.2 to 2.0.2 in /requirements
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,savefunctions- Dropped support of Python 3.7
- Added Python 3.11 support
[Beta] Data augmentation operators
The release adds several data augmentation operators under
torchaudio.functionalandtorchaudio.transforms:
torchaudio.functional.add_noisetorchaudio.functional.convolvetorchaudio.functional.deemphasistorchaudio.functional.fftconvolvetorchaudio.functional.preemphasistorchaudio.functional.speedtorchaudio.transforms.AddNoisetorchaudio.transforms.Convolvetorchaudio.transforms.Deemphasistorchaudio.transforms.FFTConvolvetorchaudio.transforms.Preemphasistorchaudio.transforms.Speedtorchaudio.transforms.SpeedPerturbationThe 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.functionalandtorchaudio.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.
Besides the model architectures, torchaudio also supports corresponding pre-trained pipelines:
torchaudio.pipelines.WAVLM_BASE
... (truncated)
Commits
31de77dAdd older mkl build contraint only (#3302) (#3308)bc77e2bAdd mkl dependency to torchaudio MacOS x86 builds (#3300) (#3301)701239fEnhance UX on TorchAudio pages to improve awareness of doc versioning (#3167)...f5a3a3dRemove 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...e99de15Use 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
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 Report
Merging #1660 (01bfd64) into master (fc6c97a) will decrease coverage by
11%. The diff coverage isn/a.
Additional details and impacted files
@@ Coverage Diff @@
## master #1660 +/- ##
========================================
- Coverage 85% 75% -11%
========================================
Files 291 291
Lines 12856 12856
========================================
- Hits 10985 9610 -1375
- Misses 1871 3246 +1375