- 01 Nov, 2021 1 commit
-
-
nateanl authored
-
- 30 Oct, 2021 1 commit
-
-
nateanl authored
-
- 13 Oct, 2021 1 commit
-
-
moto authored
-
- 11 Oct, 2021 1 commit
-
-
moto authored
-
- 10 Oct, 2021 1 commit
-
-
moto authored
Move the computation of `#classes -> #bits` to the constructor of WaveRNN and attach it to the instance, so that it can be reused elsewhere.
-
- 09 Oct, 2021 1 commit
-
-
moto authored
-
- 07 Oct, 2021 1 commit
-
-
nateanl authored
-
- 05 Oct, 2021 2 commits
-
-
moto authored
Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/1817 This changes the imports in the `torchaudio` to include the new import locations. ``` codemod -d pytorch/audio --extensions py 'torch.quantization' 'torch.ao.quantization' ``` Reviewed By: mthrok Differential Revision: D31302450 fbshipit-source-id: f31a0d4f453f840ea690edb688555a9d585787b5 Co-authored-by:
Zafar Takhirov <zaf@fb.com>
-
nateanl authored
-
- 30 Sep, 2021 1 commit
-
-
moto authored
-
- 24 Sep, 2021 1 commit
-
-
nateanl authored
-
- 22 Sep, 2021 1 commit
-
-
moto authored
Summary: Update fairseq reference from master to main elsewhere Reviewed By: alexeib Differential Revision: D30938472 fbshipit-source-id: 243b98550207f241c9d3265bf3d4060350aaf0a8 Co-authored-by:Diana Liskovich <dianaml@fb.com>
-
- 20 Sep, 2021 1 commit
-
-
nateanl authored
-
- 17 Sep, 2021 1 commit
-
-
moto authored
-
- 16 Sep, 2021 1 commit
-
-
moto authored
* Split `libtorchaudio` and `_torchaudio` This change extract the core implementation from `_torchaudio` to `libtorchaudio`, so that `libtorchaudio` is reusable in TorchScript-based app. `_torchaudio` is a wrapper around `libtorchaudio` and only provides PyBind11-based features. (currently file-like object support in I/O) * Removed `BUILD_LIBTORCHAUDIO` option When invoking `cmake`, `libtorchaudio` is always built, so this option is removed. The new assumptions around the library discoverability - In regular OSS workflow (`pip`/`conda`-based binary installation), both `libtorchaudio` and `_torchaudio` are present. In this case,`libtorchaudio` has to be loaded manually with `torch.ops.load_library` and/or `torch.classes.load_library` otherwise importing `_torchaudio` would not be able to resolve the symbols defined in `libtorchaudio`. - When `torchaudio` is deployed with PEX format (single zip file) - We expect that`libtorchaudio.so` exists as a file in some search path configured by client code. - `_torchaudio` is still importable and because we do not know where `libtorchaudio` will exist, we will let the dynamic loader resolve the dependency from `_torchaudio` to `libtorchaudio`, which should work as long as `libtorchaudio` is in a library search path (search path is not modifiable from already-running Python process).
-
- 15 Sep, 2021 1 commit
-
-
nateanl authored
-
- 02 Sep, 2021 2 commits
-
-
Caroline Chen authored
-
yangarbiter authored
-
- 31 Aug, 2021 1 commit
-
-
yangarbiter authored
-
- 26 Aug, 2021 2 commits
- 23 Aug, 2021 1 commit
-
-
yangarbiter authored
-
- 19 Aug, 2021 1 commit
-
-
Caroline Chen authored
-
- 18 Aug, 2021 2 commits
-
-
yangarbiter authored
-
yangarbiter authored
-
- 17 Aug, 2021 1 commit
-
-
yangarbiter authored
-
- 10 Aug, 2021 1 commit
-
-
yangarbiter authored
-
- 03 Aug, 2021 3 commits
-
-
Caroline Chen authored
-
yangarbiter authored
-
yangarbiter authored
-
- 02 Aug, 2021 1 commit
-
-
yangarbiter authored
-
- 29 Jul, 2021 2 commits
-
-
yangarbiter authored
-
yangarbiter authored
-
- 28 Jul, 2021 1 commit
-
-
yangarbiter authored
-
- 27 Jul, 2021 1 commit
-
-
moto authored
-
- 26 Jul, 2021 2 commits
-
-
yangarbiter authored
-
yangarbiter authored
-
- 28 Jun, 2021 1 commit
-
-
Caroline Chen authored
-
- 25 Jun, 2021 1 commit
-
-
yangarbiter authored
-
- 01 Jun, 2021 1 commit
-
-
moto authored
-