- 18 May, 2021 1 commit
-
-
Krishna Kalyan authored
-
- 14 May, 2021 2 commits
-
-
Caroline Chen authored
-
Borun Dev Chowdhury authored
-
- 12 May, 2021 1 commit
-
-
Kirill Ignatev authored
-
- 11 May, 2021 2 commits
-
-
discort authored
Co-authored-by:Vincent Quenneville-Belair <vincentqb@gmail.com>
-
Caroline Chen authored
-
- 10 May, 2021 1 commit
-
-
Caroline Chen authored
-
- 06 May, 2021 5 commits
-
-
Caroline Chen authored
-
Chin-Yun Yu authored
-
Caroline Chen authored
-
moto authored
-
moto authored
-
- 05 May, 2021 1 commit
-
-
moto authored
All macOS CI jobs were failing at `brew`. The issue was the macOS version `10.13`, which is no longer supported by `brew`. The macOS version is indirectly controlled by `xcode` version as listed [here](https://circleci.com/docs/2.0/testing-ios/#supported-xcode-versions). Updating the `xcode` to `"12.0"` as in PyTorch core bump macOS version to `10.15` and it resolves the issue. `Python 3.9` is still failing but it's packaging issue on upstream, which needs to be resolved separately.
-
- 04 May, 2021 1 commit
-
-
moto authored
-
- 03 May, 2021 2 commits
-
-
Caroline Chen authored
It was reported in #1478 that spectrogram masking operations were done in-place and modified the original input tensors. This PR fixes this behavior and adds tests to ensure that the input tensor is not changed.
-
Pavithran Ramachandran authored
-
- 30 Apr, 2021 1 commit
-
-
Caroline Chen authored
Replace the prototype RNNT implementation (using warp-transducer) with one without external library dependencies
-
- 26 Apr, 2021 1 commit
-
-
Mark Saroufim authored
-
- 23 Apr, 2021 4 commits
-
-
Nikita Shulga authored
Should be moved back to stable once https://github.com/pytorch/pytorch/issues/56654 is closed
-
Vincent QB authored
-
Krishna Kalyan authored
-
Matthew Turnshek authored
-
- 22 Apr, 2021 1 commit
-
-
Krishna Kalyan authored
-
- 21 Apr, 2021 1 commit
-
-
Nicolas Hug authored
-
- 20 Apr, 2021 2 commits
-
-
moto authored
-
Abhishek Anant authored
-
- 19 Apr, 2021 3 commits
-
-
dhthompson authored
- Put functional test logic into one place, `functional_impl.py` - Tidy imports
-
moto authored
`wavpack` is a format not supported/tested in torchaudio. Leaving the option blank can cause the issue like #1461 in untested environment.
-
dhthompson authored
-
- 16 Apr, 2021 2 commits
-
-
dhthompson authored
-
moto authored
-
- 15 Apr, 2021 4 commits
-
-
Tran N.M. Hoang authored
-
discort authored
* Use torchaudio melscale instead of librosa
-
Prabhat Roy authored
* Fixed floor_divide deprecation warnings seen in pytest output * Fixed warning in test_flanger_triangle_linear
-
moto authored
-
- 14 Apr, 2021 1 commit
-
-
moto authored
-
- 13 Apr, 2021 3 commits
-
-
Krishna Kalyan authored
-
moto authored
-
Jcaw authored
The VAD function trims the input tensor to the first instance of voice activity on any channel or item. Trimming batches this way may be undesirable as the item with earliest activity will dominate. Either way, the batch behaviour does not match the itemwise behaviour. The VAD batch consistency tests currently pass out of coincidence, but they specify incorrect behaviour. This commit removes them.
-
- 09 Apr, 2021 1 commit
-
-
moto authored
-