- 12 Oct, 2023 3 commits
-
-
moto-meta authored
Differential Revision: D50205775 Pull Request resolved: https://github.com/pytorch/audio/pull/3651
-
moto-meta authored
Differential Revision: D50229857 Pull Request resolved: https://github.com/pytorch/audio/pull/3652
-
moto-meta authored
Differential Revision: D50086556 Pull Request resolved: https://github.com/pytorch/audio/pull/3648
-
- 11 Oct, 2023 2 commits
-
-
moto authored
-
moto-meta authored
Differential Revision: D50082877 Pull Request resolved: https://github.com/pytorch/audio/pull/3646
-
- 09 Oct, 2023 3 commits
-
-
Carl Parker authored
Differential Revision: D50036850 Pull Request resolved: https://github.com/pytorch/audio/pull/3637
-
moto authored
Addresses https://github.com/pytorch/audio/issues/3640
-
moto-meta authored
Differential Revision: D49965263 Pull Request resolved: https://github.com/pytorch/audio/pull/3639
-
- 05 Oct, 2023 2 commits
-
-
moto authored
-
moto authored
Currently, nightly documentation is pushed automatically for each commit and on daily basis. For release, automating it is tricky because we need to ensure that the version number is properly updated. (removing alpha suffix at branch cut time and updating minor version at minor release) For this reason, in release/2.1 we used manual-trigger to build and deploy doc for release. This commit back port it to main. For each release, once the version number is updated, running build_doc job from GHA will deploy the documentation automatically.
-
- 03 Oct, 2023 2 commits
-
-
moto authored
* Fix some issues * Remove 2D implementation from ray tracing We only add 3D RIR.
-
Oren Amsalem authored
* Update transforms.py * Update train.py
-
- 02 Oct, 2023 2 commits
-
-
moto authored
-
moto authored
Taken from https://github.com/pytorch/audio/pull/3234
-
- 29 Sep, 2023 2 commits
-
-
Richard Barnes authored
Summary: Python3 makes the use of `(object)` in class inheritance unnecessary. Let's modernize our code by eliminating this. Reviewed By: aaronenyeshi Differential Revision: D48957872
-
Oren Amsalem authored
-
- 28 Sep, 2023 1 commit
-
-
moto authored
-
- 26 Sep, 2023 2 commits
- 23 Sep, 2023 1 commit
-
-
moto authored
-
- 21 Sep, 2023 1 commit
-
-
Eyal Cohen authored
Optimizes merge_tokens method as discussed in #3614 Co-authored-by:Eyal Cohen <eyal308@gmail.com>
-
- 20 Sep, 2023 1 commit
-
-
Pingchuan Ma authored
* replace model used in the tutorial * Upload a torchscript model;Remove model components * Update download url * Switch from download_url_to_file to download_asset
-
- 19 Sep, 2023 3 commits
- 13 Sep, 2023 2 commits
- 08 Sep, 2023 1 commit
-
-
Pingchuan Ma authored
* Simplify trainining step in av-asr recipe * Run pre-commit
-
- 07 Sep, 2023 2 commits
-
-
moto authored
-
Pingchuan Ma authored
-
- 05 Sep, 2023 2 commits
-
-
moto authored
Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/3578 Reviewed By: nateanl Differential Revision: D48971591 Pulled By: mthrok fbshipit-source-id: a76cf8f1287c076d7b6919d901eda0ce832bdb7d
-
moto authored
Summary: The PR https://github.com/pytorch/audio/issues/3549 re-organized the backend implementations and deprecated the direct access to torchaudio.backend. The change was supposed to be BC-compatible while issuing a warning to users, but the implementation of module-level `__getattr__` was not quite right. See an issue https://github.com/pyannote/pyannote-audio/pull/1456. This commit fixes it so that the following imports work; ```python from torchaudio.backend.common import AudioMetaData from torchaudio.backend import sox_io_backend from torchaudio.backend.sox_io_backend import save, load, info from torchaudio.backend import no_backend from torchaudio.backend.no_backend import save, load, info from torchaudio.backend import soundfile_backend from torchaudio.backend.soundfile_backend import save, load, info ``` Pull Request resolved: https://github.com/pytorch/audio/pull/3595 Reviewed By: nateanl Differential Revision: D48957446 Pulled By: mthrok fbshipit-source-id: ebb256461dd3032025fd27d0455ce980888f7778
-
- 04 Sep, 2023 4 commits
-
-
moto authored
Summary: This PR removes the legacy backend switch mechanism. The implementation itself is still available. Merge after v2.1 release Pull Request resolved: https://github.com/pytorch/audio/pull/3559 Reviewed By: nateanl Differential Revision: D48353764 Pulled By: mthrok fbshipit-source-id: 4d3924dbe6f334ecebe2b12fcd4591c61c4aa656
-
hwangjeff authored
Summary: Fixes decoder calls and related code in Device ASR/AVSR tutorials to account for changes to RNN-T decoder introduced in https://github.com/pytorch/audio/issues/3295. Pull Request resolved: https://github.com/pytorch/audio/pull/3572 Reviewed By: mthrok Differential Revision: D48629428 Pulled By: hwangjeff fbshipit-source-id: 63ede307fb4412aa28f88972d56dca8405607b7a
-
moto authored
Summary: Add incremental decoding support to CTC decoder. Resolves https://github.com/pytorch/audio/issues/3574 Pull Request resolved: https://github.com/pytorch/audio/pull/3594 Reviewed By: nateanl Differential Revision: D48940584 Pulled By: mthrok fbshipit-source-id: 31871614008cf197cf3900f7183ec6cff34d2905
-
moto authored
Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/3593 Reviewed By: nateanl Differential Revision: D48933041 Pulled By: mthrok fbshipit-source-id: cd05d3cf5006206ba441fdc05548bcd922ce0598
-
- 02 Sep, 2023 1 commit
-
-
Omkar Salpekar authored
Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/3587 Reviewed By: huydhn Differential Revision: D48847224 Pulled By: osalpekar fbshipit-source-id: 15ccae56f0e5e8e366b5feb66fdb42bb5cba97e1
-
- 01 Sep, 2023 1 commit
-
-
Omkar Salpekar authored
Summary: First Pass for automating release-only changes. Tested this in audio to ensure it works. Pull Request resolved: https://github.com/pytorch/audio/pull/3590 Reviewed By: huydhn Differential Revision: D48921925 Pulled By: osalpekar fbshipit-source-id: 2920e4d984ffb0c1957dae6fb6bab10344e65ff7
-
- 30 Aug, 2023 2 commits
-
-
atalman authored
Summary: This reverts commit c5939616. Unblock 2.1.0 rc Pull Request resolved: https://github.com/pytorch/audio/pull/3586 Reviewed By: osalpekar Differential Revision: D48842032 Pulled By: atalman fbshipit-source-id: bbdf9e45c9aa5fde00f315a2ff491ed050bc1707
-
Omkar Salpekar authored
Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/3585 Reviewed By: atalman Differential Revision: D48832146 Pulled By: osalpekar fbshipit-source-id: c36dd79a0c0f407d490a488902207c8066c01383
-