pytorch / audio

Data manipulation and transformation for audio signal processing, powered by PyTorch
https://pytorch.org/audio
BSD 2-Clause "Simplified" License
2.44k stars 636 forks source link

Swap decoder/encoder implementation #3681

Closed moto-meta closed 8 months ago

moto-meta commented 8 months ago

Differential Revision: D50677606

pytorch-bot[bot] commented 8 months ago

:link: Helpful Links

:test_tube: See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/audio/3681

Note: Links to docs will display an error until the docs builds have been completed.

:x: 1 New Failure, 1 Unrelated Failure

As of commit 2dfe033f28ddc1d2b3756c3158b86c2e4ead4fcd with merge base 2a0f4c067413411c9bd8cc88210320c8989580ff (image):

NEW FAILURE - The following job has failed:

* [Unit-tests on Macos CPU / tests / macos-job](https://hud.pytorch.org/pr/pytorch/audio/3681#18073885510) ([gh](https://github.com/pytorch/audio/actions/runs/6651582565/job/18073885510))

FLAKY - The following job failed but was likely due to flakiness present on trunk:

* [Unittests on Windows GPU / unittests-windows-gpu / windows-job](https://hud.pytorch.org/pr/pytorch/audio/3681#18073885028) ([gh](https://github.com/pytorch/audio/actions/runs/6651582505/job/18073885028))

This comment was automatically generated by Dr. CI and updates every 15 minutes.

facebook-github-bot commented 8 months ago

This pull request was exported from Phabricator. Differential Revision: D50677606

facebook-github-bot commented 8 months ago

This pull request was exported from Phabricator. Differential Revision: D50677606

facebook-github-bot commented 8 months ago

This pull request was exported from Phabricator. Differential Revision: D50677606

facebook-github-bot commented 8 months ago

This pull request was exported from Phabricator. Differential Revision: D50677606

github-actions[bot] commented 8 months ago

Hey @None. You merged this PR, but labels were not properly added. Please add a primary and secondary label (See https://github.com/pytorch/audio/blob/main/.github/process_commit.py).


Some guidance:

Use 'module: ops' for operations under 'torchaudio/{transforms, functional}', and ML-related components under 'torchaudio/csrc' (e.g. RNN-T loss).

Things in "examples" directory:

Regarding examples in code documentations, please also use 'module: docs'.

Please use 'other' tag only when you’re sure the changes are not much relevant to users, or when all other tags are not applicable. Try not to use it often, in order to minimize efforts required when we prepare release notes.


When preparing release notes, please make sure 'documentation' and 'tutorials' occur as the last sub-categories under each primary category like 'new feature', 'improvements' or 'prototype'.

Things related to build are by default excluded from the release note, except when it impacts users. For example: