- 26 Oct, 2023 3 commits
-
-
moto-meta authored
Differential Revision: D50677606 Pull Request resolved: https://github.com/pytorch/audio/pull/3681
-
moto authored
-
moto authored
-
- 25 Oct, 2023 2 commits
-
-
moto-meta authored
Differential Revision: D50633306 Pull Request resolved: https://github.com/pytorch/audio/pull/3675
-
moto authored
Add torio top-level directory. It's not part of the package yet.
-
- 24 Oct, 2023 4 commits
-
-
moto authored
-
moto authored
-
moto-meta authored
Differential Revision: D50602496 Pull Request resolved: https://github.com/pytorch/audio/pull/3670
-
moto-meta authored
Differential Revision: D50506299 Pull Request resolved: https://github.com/pytorch/audio/pull/3669
-
- 19 Oct, 2023 3 commits
-
-
moto authored
-
moto authored
So that release engineering team does not have to manually remove prototype-related things in each release
-
hwangjeff authored
Differential Revision: D50367721 Pull Request resolved: https://github.com/pytorch/audio/pull/3662
-
- 17 Oct, 2023 1 commit
-
-
nateanl authored
The `encoder_layer_norm_first` should be set to True for the Large model of WavLM. Address https://github.com/pytorch/audio/issues/3347
-
- 13 Oct, 2023 3 commits
-
-
moto authored
-
moto authored
Summary: Revamped version of https://github.com/pytorch/audio/pull/3234 (which was also revamp of https://github.com/pytorch/audio/pull/2850)
-
moto-meta authored
Differential Revision: D50197331 Pull Request resolved: https://github.com/pytorch/audio/pull/3654
-
- 12 Oct, 2023 4 commits
-
-
moto-meta authored
Differential Revision: D50193749 Pull Request resolved: https://github.com/pytorch/audio/pull/3650
-
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 1 commit
-
-
moto authored
Extracted from #3604 Add Wall helper class and C++ unit test
-