- 19 May, 2021 4 commits
-
-
Caroline Chen authored
Precomputing and caching the resampling kernel in transforms provides speed improvements for resample, but no longer handles the automatic device and dtype recognition and construction based on input waveform. This is BC-breaking if users do not manually move the transforms object to the correct device and dtype, in which case calls to resample will fail if the input waveform is on gpu, or not of float32 dtype. Precomputing the kernel additionally results in very minor precision differences from previous implementation.
-
Brian White authored
-
moto authored
Since the update of Xcode, some of HTTP tests are failing on macOS, due to `reqests.get` fails to establish a connection to local server. This change increase the wait time to 2 seconds before test starts.
-
Caroline Chen authored
-
- 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
-